]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
added .dpm model support
[xonotic/darkplaces.git] / model_alias.h
index c3367f8d0f117d318b20dec41bdcf8889d851501..2b69fac964f35d615b0659c1d349e7f8b342bbab 100644 (file)
@@ -119,11 +119,15 @@ typedef struct
 extern void Mod_IDP0_Load(struct model_s *mod, void *buffer);
 extern void Mod_IDP2_Load(struct model_s *mod, void *buffer);
 extern void Mod_IDP3_Load(struct model_s *mod, void *buffer);
+extern void Mod_ZYMOTICMODEL_Load(struct model_s *mod, void *buffer);
+extern void Mod_DARKPLACESMODEL_Load(struct model_s *mod, void *buffer);
 
 extern void Mod_AliasInit(void);
 
 #include "model_zymotic.h"
 
+#include "model_dpmodel.h"
+
 // 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)