X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gen.h;fp=world_gen.h;h=ba4adc5b6bfa0a6ad525861fa7dd3e1bd4835f6d;hb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;hp=5e2f0b1128effcfceccd60dc82e853736c9ec410;hpb=a5cdfe2fc872f03c7988d63498abb7e7827325c1;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gen.h b/world_gen.h index 5e2f0b1..ba4adc5 100644 --- a/world_gen.h +++ b/world_gen.h @@ -10,10 +10,10 @@ #include "world.h" -VG_STATIC void world_init_blank( world_instance *world ); -VG_STATIC void world_gen_load_surfaces( world_instance *world ); -VG_STATIC void world_gen_generate_meshes( world_instance *world ); -VG_STATIC void world_gen_compute_light_indices( world_instance *world ); -VG_STATIC void async_world_postprocess( void *payload, u32 _size ); +static void world_init_blank( world_instance *world ); +static void world_gen_load_surfaces( world_instance *world ); +static void world_gen_generate_meshes( world_instance *world ); +static void world_gen_compute_light_indices( world_instance *world ); +static void async_world_postprocess( void *payload, u32 _size ); #endif /* WORLD_GEN_H */