X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world_gen.h;fp=world_gen.h;h=5e2f0b1128effcfceccd60dc82e853736c9ec410;hb=2329044d44a5aff035b01926f7901d9e89ad284e;hp=42943689aee14723590d3ac061e439bd54089b4e;hpb=4b8fc63f926737ca0593a4e471550f9f4995c538;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gen.h b/world_gen.h index 4294368..5e2f0b1 100644 --- a/world_gen.h +++ b/world_gen.h @@ -14,6 +14,6 @@ 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_render( void *payload, u32 _size ); +VG_STATIC void async_world_postprocess( void *payload, u32 _size ); #endif /* WORLD_GEN_H */