X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=b76086f8c152a798bbcd65022028ba43ae918747;hb=0cf7e0563088708f2749f7dacd26ffdf1391dccc;hp=3734dbf353963295c2b75eb8ec25aa4436509436;hpb=4a883ac1b2506032f9dddab342712de46f2ca734;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index 3734dbf..b76086f 100644 --- a/world.h +++ b/world.h @@ -18,6 +18,7 @@ static int ray_world( v3f pos, v3f dir, ray_hit *hit ); #include "traffic.h" /*TODO: -> world_traffic.h */ #include "world_routes.h" #include "world_sfd.h" +#include "world_audio.h" #include "shaders/terrain.h" #include "shaders/sky.h" @@ -540,6 +541,7 @@ static void world_init(void) /* Other systems */ world_sfd_init(); + world_audio_init(); } static void world_update(void)