stuff
[carveJwlIkooP6JGAAIwe30JlM.git] / model.h
diff --git a/model.h b/model.h
index 50913017fab68d1925f2d838668df961303cca76..54874bd55b04b9a2ba84ebea86a314ddc5729d4d 100644 (file)
--- a/model.h
+++ b/model.h
@@ -152,9 +152,17 @@ struct classtype_bone
    u32 deform;
 };
 
+struct classtype_ik_bone
+{
+   u32 deform,
+       target,
+       pole;
+};
+
 struct classtype_skeleton
 {
    u32 channels,
+       ik_count,
        anim_start,
        anim_count;
 };