oh yeah mr crabs
[carveJwlIkooP6JGAAIwe30JlM.git] / model.h
diff --git a/model.h b/model.h
index d067b8fd8e6e8fb69eb29e563b9056b812454b98..faa9f5fd8988483bcc774ba4d70667b1a53d4f2e 100644 (file)
--- a/model.h
+++ b/model.h
@@ -40,7 +40,8 @@ enum classtype
    k_classtype_bone = 10,
    k_classtype_skeleton = 11,
    k_classtype_skin = 12,
-   k_classtype_achievement_box = 13
+   k_classtype_achievement_box = 13,
+   k_classtype_audio = 14
 };
 
 
@@ -197,7 +198,16 @@ struct classtype_skin
 
 struct classtype_achievement_box
 {
-   u32 pstr_name;
+   u32 pstr_name,
+       trigger;
+};
+
+struct classtype_audio
+{
+   u32 pstr_file,
+       flags;
+
+   float volume;
 };
 
 #pragma pack(pop)