X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_route.h;fp=ent_route.h;h=786d85087595596e4b4ec793a4098fc734a871f3;hb=4eb81766e4e7c54599b057ebf57b7fab01cd0726;hp=0000000000000000000000000000000000000000;hpb=9a63a9dde9257c8f140af3a96816bcda232fe739;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_route.h b/ent_route.h new file mode 100644 index 0000000..786d850 --- /dev/null +++ b/ent_route.h @@ -0,0 +1,9 @@ +#ifndef ENT_ROUTE_H +#define ENT_ROUTE_H + +#include "entity.h" + +static void ent_route_call( world_instance *world, ent_call *call ); +static void ent_route_preupdate( ent_route *route, int active ); + +#endif /* ENT_ROUTE_H */