X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=model.h;h=d067b8fd8e6e8fb69eb29e563b9056b812454b98;hb=d5405f24a854aff8b76bb126492f2c18bc874270;hp=02e85bcd835b59c3e2639dbf0076605271da9ce3;hpb=b9dedb4dd2a1e94ae76a3986716ee3c57e568213;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index 02e85bc..d067b8f 100644 --- a/model.h +++ b/model.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved + */ + #ifndef MODEL_H #define MODEL_H @@ -35,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 }; @@ -190,6 +195,11 @@ struct classtype_skin u32 skeleton; }; +struct classtype_achievement_box +{ + u32 pstr_name; +}; + #pragma pack(pop) /*