summaryrefslogtreecommitdiff
path: root/src/body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/body.hpp')
-rw-r--r--src/body.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/body.hpp b/src/body.hpp
new file mode 100644
index 00000000..dd0be282
--- /dev/null
+++ b/src/body.hpp
@@ -0,0 +1,12 @@
+#pragma once
+
+/*
+ * Body parts
+ */
+#define BODY_WEAPON 0
+#define BODY_TORSO 1
+#define BODY_ARMS 2
+#define BODY_FINGER 3
+#define BODY_HEAD 4
+#define BODY_LEGS 5
+#define BODY_MAX 6