aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"