revision to walk animation/system
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_route.h
index 786d85087595596e4b4ec793a4098fc734a871f3..65c074f2ca545ab1a9726faf95b3f71421627a9e 100644 (file)
@@ -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 );