X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=spritegn.h;h=027e64e25160bbaae72d7d369776699bdcb4e3f9;hp=1bde4d72764812699578e0101693c53ff5f37851;hb=dccc25c85d6f500995224e813aee2d40e70f0737;hpb=8468ffaf8162a4fe8361127385c40141c375661d diff --git a/spritegn.h b/spritegn.h index 1bde4d72..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: @@ -105,6 +108,5 @@ typedef struct { spriteframetype_t type; } dspriteframetype_t; -#define IDSPRITEHEADER (('P'<<24)+('S'<<16)+('D'<<8)+'I') - // little-endian "IDSP" +#endif