Added Entityx to project
This commit is contained in:
11
external/entityx-1.1.2/entityx/config.h.in
vendored
Normal file
11
external/entityx-1.1.2/entityx/config.h.in
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user