]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/heretic2/h2data/images.c
Merge branch 'illwieckz/gcc10' into 'master'
[xonotic/netradiant.git] / tools / heretic2 / h2data / images.c
index 555303bc4c66861f1e1fe6e84d99a7cdcb8cd4dc..fe1d050a0b21cdf47067dd12aaa820a502809867 100644 (file)
 extern char     *g_outputDir;
 #endif // _QDATA
 
+byte *byteimage, *lbmpalette;
+int byteimagewidth, byteimageheight;
+qboolean TrueColorImage;
+unsigned *longimage;
+int longimagewidth, longimageheight;
+
 char mip_prefix[1024];              // directory to dump the textures in
 
 qboolean colormap_issued;