diff options
Diffstat (limited to 'entityx/entityx.h')
-rw-r--r-- | entityx/entityx.h | 6 |
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" |