X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_route.h;h=65c074f2ca545ab1a9726faf95b3f71421627a9e;hb=6e6c7f31b8f17af3814727109e48fc6f85ef04b1;hp=786d85087595596e4b4ec793a4098fc734a871f3;hpb=4eb81766e4e7c54599b057ebf57b7fab01cd0726;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 );