scoreboard stuff
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_route.h
1 #ifndef ENT_ROUTE_H
2 #define ENT_ROUTE_H
3
4 #include "entity.h"
5
6 static void ent_route_call( world_instance *world, ent_call *call );
7 static void ent_route_preupdate( ent_route *route, int active );
8
9 #endif /* ENT_ROUTE_H */