Added librarys and test application

This commit is contained in:
Gulum
2017-10-22 14:26:55 +02:00
parent 7e0c0d8a6c
commit ac45f1f944
206 changed files with 68009 additions and 13 deletions

11
include/entityx/config.h Normal file
View 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