]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
cvsignore no longer used for ages, but we can make it into a .gitignore file
[xonotic/darkplaces.git] / model_alias.h
index 272b69c3ce7a2f0d322775e69238bd972a14712a..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
@@ -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