diff options
Diffstat (limited to 'lib/entityx/entityx/config.h.in')
-rw-r--r-- | lib/entityx/entityx/config.h.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/entityx/entityx/config.h.in b/lib/entityx/entityx/config.h.in new file mode 100644 index 0000000..a46fc24 --- /dev/null +++ b/lib/entityx/entityx/config.h.in @@ -0,0 +1,11 @@ +#pragma once + +#include <cstdint> +#include <cstddef> + +namespace entityx { + +static const size_t MAX_COMPONENTS = @ENTITYX_MAX_COMPONENTS@; +typedef @ENTITYX_DT_TYPE@ TimeDelta; + +} // namespace entityx |