]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Add entityx/entityx.h
authorAlec Thomas <alec@swapoff.org>
Thu, 5 Sep 2013 00:51:18 +0000 (20:51 -0400)
committerAlec Thomas <alec@swapoff.org>
Thu, 5 Sep 2013 00:51:18 +0000 (20:51 -0400)
entityx/entityx.h [new file with mode: 0644]

diff --git a/entityx/entityx.h b/entityx/entityx.h
new file mode 100644 (file)
index 0000000..eb83073
--- /dev/null
@@ -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"