]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_sprite.h
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / model_sprite.h
index 595f226610c58fbf3d73d791826408ca2583bab9..05b0dce3c9484ebeaa79c6ecf4b4bf0f4bb71368 100644 (file)
@@ -47,3 +47,6 @@ typedef struct
 //     void                            *cachespot;             // remove?
        int                                     ofs_frames;
 } msprite_t;
+
+extern void Mod_LoadSpriteModel (struct model_s *mod, void *buffer);
+extern void Mod_SpriteInit(void);