aboutsummaryrefslogtreecommitdiffstats
path: root/entityx/config.h
blob: b42bbce76500de352a74a2023275b5497caeb739 (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 unsigned long TimeDelta;

}  // namespace entityx