X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=spritegn.h;h=027e64e25160bbaae72d7d369776699bdcb4e3f9;hb=a2445d85eccf4d0c5766f44f02cd04a600c4bad4;hp=79c18d0ead72084718336478676eb099c803112e;hpb=d57be67cb00229acb8564b92c8b7c58eeed8a0cb;p=xonotic%2Fdarkplaces.git diff --git a/spritegn.h b/spritegn.h index 79c18d0e..027e64e2 100644 --- a/spritegn.h +++ b/spritegn.h @@ -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 +