]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_sprite.h
fix an int->enum conversion error with g++ on big endian systems
[xonotic/darkplaces.git] / model_sprite.h
index 12ef2414add28d09b484ad0905e7e68f5b6d4f6b..355385052e81e6842192c64a7b7edcffeb76dcb0 100644 (file)
@@ -38,9 +38,5 @@ typedef struct mspriteframe_s
        rtexture_t *texture, *fogtexture;
 } mspriteframe_t;
 
-extern void Mod_IDSP_Load(struct model_s *mod, const void *buffer);
-extern void Mod_IDS2_Load(struct model_s *mod, const void *buffer);
-extern void Mod_SpriteInit(void);
-
 #endif