diff options
Diffstat (limited to 'src/animation.h')
-rw-r--r-- | src/animation.h | 2 |
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; |