aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-09-04 20:51:18 -0400
committerAlec Thomas <alec@swapoff.org>2013-09-04 20:51:18 -0400
commitcfc3cda1a739a601c3a95efe3e3be27ea020e4a5 (patch)
tree19adb964486fa6903a24f2d703ad5e46ee0f3a2b
parent7a580c4be6dc0207c05e2cdb8fb89211c4a1113b (diff)
Add entityx/entityx.h
-rw-r--r--entityx/entityx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/entityx/entityx.h b/entityx/entityx.h
new file mode 100644
index 0000000..eb83073
--- /dev/null
+++ b/entityx/entityx.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "entityx/config.h"
+#include "entityx/Event.h"
+#include "entityx/Entity.h"
+#include "entityx/System.h"
+#include "entityx/Manager.h"