X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=model.h;h=c84f0fe09adc591d21ca30dd2ae37e2ca3e1872a;hb=a98ce96041b248580c0447bf87d4c6106483cade;hp=d72e93cc29a4ff90e3611c308394d4921d154925;hpb=d13f2700b1773551307685cc7c34c804ccd6d664;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index d72e93c..c84f0fe 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 @@ -21,6 +25,24 @@ typedef struct mdl_keyframe mdl_keyframe; #define MDL_SUBMESH_MAX 8000 #define MDL_STRING_LENGTH_MAX 64 +enum classtype +{ + k_classtype_none = 0, + k_classtype_gate = 1, + k_classtype_block = 2, + k_classtype_spawn = 3, + k_classtype_water = 4, + k_classtype_car_path = 5, + k_classtype_instance = 6, + k_classtype_capsule = 7, + k_classtype_route_node = 8, + k_classtype_route = 9, + k_classtype_bone = 10, + k_classtype_skeleton = 11, + k_classtype_skin = 12 +}; + + #pragma pack(push,1) struct mdl_vert