12 lines
199 B
C
12 lines
199 B
C
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <cstddef>
|
|
|
|
namespace entityx {
|
|
|
|
static const size_t MAX_COMPONENTS = @ENTITYX_MAX_COMPONENTS@;
|
|
typedef @ENTITYX_DT_TYPE@ TimeDelta;
|
|
|
|
} // namespace entityx
|