X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_route.h;h=cbf61b29740239833652fdafe49df9bfa927d2f8;hb=refs%2Fheads%2Fmaster;hp=65c074f2ca545ab1a9726faf95b3f71421627a9e;hpb=7ccbfdd0b7717b5a906a4d4309324782d1fe73e8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_route.h b/ent_route.h deleted file mode 100644 index 65c074f..0000000 --- a/ent_route.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef ENT_ROUTE_H -#define ENT_ROUTE_H - -#include "entity.h" - -static struct { - struct gui_helper *helper_weekly, *helper_alltime; -} -global_ent_route; - -static void ent_route_call( world_instance *world, ent_call *call ); -static void ent_route_preupdate( ent_route *route, int active ); - -#endif /* ENT_ROUTE_H */