]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
fixed some very ewww bugs (a few .c files made their way into the .o lists)
[xonotic/darkplaces.git] / model_alias.h
index 7466d7cb16431cfc86ea364ff8b9e324e5ea0f2d..7e5a88c44469e229f61ea169f13111cdbc99ea80 100644 (file)
@@ -126,12 +126,13 @@ typedef struct
        int                     ofs_end;                // end of file
 } md2_t;
 
-// LordHavoc: Q1 and Q2 models are converted to the same internal format
-#define ALIASTYPE_MDLMD2 1
+// LordHavoc: mdl, md2 and md3 models are converted to the same internal format
+#define ALIASTYPE_ALIAS 1
 #define ALIASTYPE_ZYM 2
 
-extern void Mod_LoadAliasModel (struct model_s *mod, void *buffer);
+extern void Mod_LoadQ1AliasModel (struct model_s *mod, void *buffer);
 extern void Mod_LoadQ2AliasModel (struct model_s *mod, void *buffer);
+extern void Mod_LoadQ3AliasModel (struct model_s *mod, void *buffer);
 
 extern void Mod_AliasInit(void);