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