]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/heretic2/h2data/pics.c
h2data: declare once, define as extern
[xonotic/netradiant.git] / tools / heretic2 / h2data / pics.c
index e9e91c27c175abeb5c16645b32e5f576aff8a96b..d2960336e684d7e6c9a4c240b6d2d3c2f4e7ea09 100644 (file)
 
 #include "qdata.h"
 
-byte            *byteimage, *lbmpalette;
-int byteimagewidth, byteimageheight;
-
-qboolean TrueColorImage;
-unsigned        *longimage;
-int longimagewidth, longimageheight;
-
 char pic_prefix[1024];
 extern char        *g_outputDir;