]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/heretic2/h2data/qdata.h
h2data: use static for homonyms
[xonotic/netradiant.git] / tools / heretic2 / h2data / qdata.h
index 0cfa6067098dcc295e0c4af988c68e5ac7466b45..1a9828f455de89031dcded7f8d3ea7a164b696ba 100644 (file)
@@ -135,10 +135,10 @@ void Cmd_Video( void );
 
 void ReleaseFile( char *filename );
 
-extern byte        *byteimage, *lbmpalette;
+extern byte *byteimage, *lbmpalette;
 extern int byteimagewidth, byteimageheight;
 extern qboolean TrueColorImage;
-extern unsigned    *longimage;
+extern unsigned *longimage;
 extern int longimagewidth, longimageheight;
 
 extern qboolean g_release;              // don't grab, copy output data to new tree