add basic controls to ent_routes
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_route.h
diff --git a/ent_route.h b/ent_route.h
new file mode 100644 (file)
index 0000000..786d850
--- /dev/null
@@ -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 */