fixed recursive build script
[carveJwlIkooP6JGAAIwe30JlM.git] / model.h
diff --git a/model.h b/model.h
index d72e93cc29a4ff90e3611c308394d4921d154925..c84f0fe09adc591d21ca30dd2ae37e2ca3e1872a 100644 (file)
--- 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