]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - spritegn.h
DP code cleanup, stage one - all headers that can be protected by ifdef
[xonotic/darkplaces.git] / spritegn.h
index 79c18d0ead72084718336478676eb099c803112e..027e64e25160bbaae72d7d369776699bdcb4e3f9 100644 (file)
@@ -27,6 +27,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 // * pass data from one to the other via .spr files.        *
 // **********************************************************
 
+#ifndef SPRITEGEN_H
+#define SPRITEGEN_H
+
 //-------------------------------------------------------
 // This program generates .spr sprite package files.
 // The format of the files is as follows:
@@ -104,3 +107,6 @@ typedef enum { SPR_SINGLE=0, SPR_GROUP } spriteframetype_t;
 typedef struct {
        spriteframetype_t       type;
 } dspriteframetype_t;
+
+#endif
+