aboutsummaryrefslogtreecommitdiffstats
path: root/entityx/entityx.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-10 21:26:13 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-10 21:26:13 -0500
commitf800dbc034e7a70a613bab8cd9d147be4f6e88b6 (patch)
treec8714ddc8f6712f07d921c08fd92ae8ef228494b /entityx/entityx.h
parentc6651145a4a6e6611b585c1a87c127f38751db4b (diff)
windows build
Diffstat (limited to 'entityx/entityx.h')
-rw-r--r--entityx/entityx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/entityx/entityx.h b/entityx/entityx.h
new file mode 100644
index 0000000..fcc187f
--- /dev/null
+++ b/entityx/entityx.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "entityx/config.h"
+#include "entityx/Event.h"
+#include "entityx/Entity.h"
+#include "entityx/System.h"