aboutsummaryrefslogtreecommitdiffstats
path: root/entityx/config.h
diff options
context:
space:
mode:
authorAndy <drumsetmonkey@gmail.com>2017-01-19 09:21:12 -0500
committerAndy <drumsetmonkey@gmail.com>2017-01-19 09:21:12 -0500
commit213d9ccfbb4752d4c62d6b7e6b3f9172cdf1bccc (patch)
tree7872c6f30c8adf048a7863a33d837299c7fb0771 /entityx/config.h
parent19a32074595a4a2797eaeb978f8bd302f736f6a6 (diff)
parent8452b199d28bea53bf2c5e3b3d604064000fc73d (diff)
Limb animation actually works
Diffstat (limited to 'entityx/config.h')
-rw-r--r--entityx/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/entityx/config.h b/entityx/config.h
new file mode 100644
index 0000000..b42bbce
--- /dev/null
+++ b/entityx/config.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <cstdint>
+#include <cstddef>
+
+namespace entityx {
+
+static const size_t MAX_COMPONENTS = 64;
+typedef unsigned long TimeDelta;
+
+} // namespace entityx