Added librarys and test application
This commit is contained in:
11
include/entityx/config.h
Normal file
11
include/entityx/config.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
namespace entityx {
|
||||
|
||||
static const size_t MAX_COMPONENTS = 64;
|
||||
typedef double TimeDelta;
|
||||
|
||||
} // namespace entityx
|
||||
Reference in New Issue
Block a user