X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes.h;h=621c28ab0f5852d8d801ed7c9bee0b08a00364a1;hb=refs%2Fheads%2Fmaster;hp=b6843ed090b45c05b795df1fa61f2f3c30ebac2f;hpb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes.h b/world_routes.h deleted file mode 100644 index b6843ed..0000000 --- a/world_routes.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (C) 2021-2023 Mt.ZERO Software, Harry Godden - All Rights Reserved - */ - -#ifndef ROUTES_H -#define ROUTES_H - -#include "world.h" - -static void world_routes_init(void); -static void world_routes_fracture( world_instance *world, ent_gate *gate, - v3f imp_co, v3f imp_v ); -static void world_routes_activate_entry_gate( world_instance *world, - ent_gate *rg ); -static void render_world_routes( world_instance *world, camera *cam, - int layer_depth ); - -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 */