chaos pt 1
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_miniworld.h
diff --git a/ent_miniworld.h b/ent_miniworld.h
new file mode 100644 (file)
index 0000000..693a157
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef ENT_MINIWORLD_H
+#define ENT_MINIWORLD_H
+
+#include "entity.h"
+
+struct {
+   u32 active_id; /* TODO: world references in entity ID */
+}
+static global_miniworld;
+
+static void ent_miniworld_call( world_instance *world, ent_call *call );
+
+#endif /* ENT_MINIWORLD_H */