X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gen.h;h=42943689aee14723590d3ac061e439bd54089b4e;hb=844527ec68c063d78d4993bd8e4053f9ddc47b78;hp=90c01e34da09b314bd55f12a1dfa10540a6cea03;hpb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gen.h b/world_gen.h index 90c01e3..4294368 100644 --- a/world_gen.h +++ b/world_gen.h @@ -11,9 +11,9 @@ #include "world.h" VG_STATIC void world_init_blank( world_instance *world ); -VG_STATIC void world_gen_load_surfaces(void); -VG_STATIC void world_gen_generate_meshes(void); -VG_STATIC void world_gen_compute_light_indices(void); +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_render( void *payload, u32 _size ); #endif /* WORLD_GEN_H */