]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
S_GetEntChallelPosition -> S_GetEntChannelPosition
[xonotic/darkplaces.git] / model_alias.h
index 26e6492959f66cf6b9a28eb745a5130bbb414301..a75648830da1b91d469b2c56a0b6b019d11d5472 100644 (file)
@@ -120,7 +120,7 @@ typedef struct md2_s
 
 // all md3 ints, floats, and shorts, are little endian, and thus need to be
 // passed through LittleLong/LittleFloat/LittleShort to avoid breaking on
-// bigendian machines (Macs for example)
+// bigendian machines
 #define MD3VERSION 15
 #define MD3NAME 64
 #define MD3FRAMENAME 16
@@ -212,7 +212,7 @@ md3modelheader_t;
 typedef struct aliastag_s
 {
        char name[MD3NAME];
-       matrix4x4_t matrix;
+       float matrixgl[12];
 }
 aliastag_t;
 
@@ -230,8 +230,10 @@ aliasbone_t;
 
 #include "model_psk.h"
 
+#include "model_iqm.h"
+
 // for decoding md3 model latlong vertex normals
-float mod_md3_sin[320];
+extern float mod_md3_sin[320];
 
 #endif