]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/heretic2/h2data/book.c
Merge branch 'illwieckz/gcc10' into 'master'
[xonotic/netradiant.git] / tools / heretic2 / h2data / book.c
index 412aefe88062523444e3f071a037e8f8fb0c7c70..0d3ba4ff894534b6426c016dab38abd8c6841b77 100644 (file)
 
 #include "qdata.h"
 
-byte            *byteimage, *lbmpalette;
-int byteimagewidth, byteimageheight;
-
-qboolean TrueColorImage;
-int longimagewidth, longimageheight;
-
 char book_prefix[1024];
 byte buffer[640 * 480];
 unsigned long bufferl[640 * 480];