aboutsummaryrefslogtreecommitdiffstats
path: root/src/entityx/config.h
blob: 630f8a8c339924a8a42fb75eee26f3174cae46e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <cstdint>
#include <cstddef>

namespace entityx {

static const size_t MAX_COMPONENTS = 64;
typedef double TimeDelta;

}  // namespace entityx