X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=ent_route.h;fp=ent_route.h;h=65c074f2ca545ab1a9726faf95b3f71421627a9e;hb=7ccbfdd0b7717b5a906a4d4309324782d1fe73e8;hp=786d85087595596e4b4ec793a4098fc734a871f3;hpb=77c2df4874873fb2d085b9413ed97f66681ad7ac;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_route.h b/ent_route.h index 786d850..65c074f 100644 --- a/ent_route.h +++ b/ent_route.h @@ -3,6 +3,11 @@ #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 );