X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=model.h;h=d067b8fd8e6e8fb69eb29e563b9056b812454b98;hb=d5405f24a854aff8b76bb126492f2c18bc874270;hp=c84f0fe09adc591d21ca30dd2ae37e2ca3e1872a;hpb=0481656712bdc72d2a7ffa80f74702f87b20e051;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index c84f0fe..d067b8f 100644 --- 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) /*