]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_sprite.h
DP code cleanup, stage one - all headers that can be protected by ifdef
[xonotic/darkplaces.git] / model_sprite.h
index 394fb830c3c52c48d83542cfb488cc6a208f6776..3304f2ebce7e4f56edda51310761880430419948 100644 (file)
@@ -18,6 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 */
 
+#ifndef MODEL_SPRITE_H
+#define MODEL_SPRITE_H
+
 /*
 ==============================================================================
 
@@ -37,3 +40,6 @@ typedef struct mspriteframe_s
 
 extern void Mod_LoadSpriteModel (struct model_s *mod, void *buffer);
 extern void Mod_SpriteInit(void);
+
+#endif
+