Files
DarkRP2D/include/entityx/config.h
2017-10-22 14:26:55 +02:00

12 lines
166 B
C++

#pragma once
#include <cstdint>
#include <cstddef>
namespace entityx {
static const size_t MAX_COMPONENTS = 64;
typedef double TimeDelta;
} // namespace entityx