diff options
Diffstat (limited to 'lib/entityx/entityx/entityx.h')
-rw-r--r-- | lib/entityx/entityx/entityx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/entityx/entityx/entityx.h b/lib/entityx/entityx/entityx.h new file mode 100644 index 0000000..0799793 --- /dev/null +++ b/lib/entityx/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/quick.h" |