]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_sprite.h
Removed the evil evil prototype
[xonotic/darkplaces.git] / model_sprite.h
index 3304f2ebce7e4f56edda51310761880430419948..355385052e81e6842192c64a7b7edcffeb76dcb0 100644 (file)
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 See the GNU General Public License for more details.
 
@@ -38,8 +38,5 @@ typedef struct mspriteframe_s
        rtexture_t *texture, *fogtexture;
 } mspriteframe_t;
 
-extern void Mod_LoadSpriteModel (struct model_s *mod, void *buffer);
-extern void Mod_SpriteInit(void);
-
 #endif