X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes.h;h=f10dc03317b29c1fd1397fabf66babb9059eaff6;hb=844527ec68c063d78d4993bd8e4053f9ddc47b78;hp=c63dd549d95ff1f9bd9e31138547d06b8d613037;hpb=b270d9efa9bedb7ca0813acffc1632f84900c0de;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes.h b/world_routes.h index c63dd54..f10dc03 100644 --- a/world_routes.h +++ b/world_routes.h @@ -15,8 +15,8 @@ VG_STATIC void world_routes_activate_entry_gate( world_instance *world, VG_STATIC void render_world_routes( world_instance *world, camera *cam, int layer_depth ); -VG_STATIC void world_gen_routes_ent_init(void); -VG_STATIC void world_gen_routes_generate(void); +VG_STATIC void world_gen_routes_ent_init( world_instance *world ); +VG_STATIC void world_gen_routes_generate( u32 instance_id ); VG_STATIC void world_routes_update_timer_texts( world_instance *world ); VG_STATIC void world_routes_update( world_instance *world ); VG_STATIC void world_routes_fixedupdate( world_instance *world );