X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes.h;h=b6843ed090b45c05b795df1fa61f2f3c30ebac2f;hb=ce0205fd929e5fb1446f8c52fcab344884d82569;hp=f10dc03317b29c1fd1397fabf66babb9059eaff6;hpb=844527ec68c063d78d4993bd8e4053f9ddc47b78;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes.h b/world_routes.h index f10dc03..b6843ed 100644 --- a/world_routes.h +++ b/world_routes.h @@ -7,18 +7,18 @@ #include "world.h" -VG_STATIC void world_routes_init(void); -VG_STATIC void world_routes_fracture( world_instance *world, ent_gate *gate, +static void world_routes_init(void); +static void world_routes_fracture( world_instance *world, ent_gate *gate, v3f imp_co, v3f imp_v ); -VG_STATIC void world_routes_activate_entry_gate( world_instance *world, +static void world_routes_activate_entry_gate( world_instance *world, ent_gate *rg ); -VG_STATIC void render_world_routes( world_instance *world, camera *cam, +static void render_world_routes( world_instance *world, camera *cam, int layer_depth ); -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 ); +static void world_gen_routes_ent_init( world_instance *world ); +static void world_gen_routes_generate( u32 instance_id ); +static void world_routes_update_timer_texts( world_instance *world ); +static void world_routes_update( world_instance *world ); +static void world_routes_fixedupdate( world_instance *world ); #endif /* ROUTES_H */