summaryrefslogtreecommitdiff
path: root/src/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation.h')
-rw-r--r--src/animation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animation.h b/src/animation.h
index af2018d..66277e9 100644
--- a/src/animation.h
+++ b/src/animation.h
@@ -37,6 +37,8 @@ KITC_DECL_TYPED_ARRAY(Joint);
#define TYPED_JOINT_ARRAY
#endif
+typedef u32 JointIdx;
+
typedef struct Armature {
char* label;
Joint_darray* joints;