summaryrefslogtreecommitdiff
path: root/src/animation.h
diff options
context:
space:
mode:
authoromnisci3nce <omniscient.oce@gmail.com>2024-07-19 15:52:14 +1000
committeromnisci3nce <omniscient.oce@gmail.com>2024-07-19 15:52:14 +1000
commitefb2d293d5e849fc96e4e386d55a7611795561aa (patch)
treecf4a2054a868ec4757a60c217d64b85413bc5766 /src/animation.h
parent82515f9d90ac149984013f0d64c1cab37b349b29 (diff)
clean up texture type handling a little bit
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;