achievements and stuff
[carveJwlIkooP6JGAAIwe30JlM.git] / model.h
diff --git a/model.h b/model.h
index c84f0fe09adc591d21ca30dd2ae37e2ca3e1872a..d067b8fd8e6e8fb69eb29e563b9056b812454b98 100644 (file)
--- a/model.h
+++ b/model.h
@@ -39,7 +39,8 @@ enum classtype
    k_classtype_route = 9,
    k_classtype_bone = 10,
    k_classtype_skeleton = 11,
-   k_classtype_skin = 12
+   k_classtype_skin = 12,
+   k_classtype_achievement_box = 13
 };
 
 
@@ -194,6 +195,11 @@ struct classtype_skin
    u32 skeleton;
 };
 
+struct classtype_achievement_box
+{
+   u32 pstr_name;
+};
+
 #pragma pack(pop)
 
 /*