adjust input filtering
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_route.h
1 #ifndef ENT_ROUTE_H
2 #define ENT_ROUTE_H
3
4 #include "entity.h"
5
6 static struct {
7 struct gui_helper *helper_weekly, *helper_alltime;
8 }
9 global_ent_route;
10
11 static void ent_route_call( world_instance *world, ent_call *call );
12 static void ent_route_preupdate( ent_route *route, int active );
13
14 #endif /* ENT_ROUTE_H */