From cfc3cda1a739a601c3a95efe3e3be27ea020e4a5 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Wed, 4 Sep 2013 20:51:18 -0400 Subject: Add entityx/entityx.h --- entityx/entityx.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 entityx/entityx.h 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" -- cgit v1.2.3