oh yeah mr crabs
[carveJwlIkooP6JGAAIwe30JlM.git] / model.h
diff --git a/model.h b/model.h
index c84f0fe09adc591d21ca30dd2ae37e2ca3e1872a..faa9f5fd8988483bcc774ba4d70667b1a53d4f2e 100644 (file)
--- a/model.h
+++ b/model.h
@@ -39,7 +39,9 @@ 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,
+   k_classtype_audio = 14
 };
 
 
@@ -194,6 +196,20 @@ struct classtype_skin
    u32 skeleton;
 };
 
+struct classtype_achievement_box
+{
+   u32 pstr_name,
+       trigger;
+};
+
+struct classtype_audio
+{
+   u32 pstr_file,
+       flags;
+
+   float volume;
+};
+
 #pragma pack(pop)
 
 /*