]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/imagelib.h
Merge commit '830125fad042fad35dc029b6eb57c8156ad7e176'
[xonotic/netradiant.git] / tools / quake3 / common / imagelib.h
index 37277170968c3266bfa6d9a368f45d78c8969af8..194ac5b13e2edea15dfb660b37d188d95b969cde 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 1999-2007 id Software, Inc. and contributors.
+   Copyright (C) 1999-2006 Id Software, Inc. and contributors.
    For a list of contributors, see the accompanying CONTRIBUTORS file.
 
    This file is part of GtkRadiant.
@@ -39,6 +39,7 @@ void Save256Image( const char *name, byte *pixels, byte *palette,
 void LoadTGA( const char *filename, byte **pixels, int *width, int *height );
 void LoadTGABuffer( const byte *buffer, const byte* enddata, byte **pic, int *width, int *height );
 void WriteTGA( const char *filename, byte *data, int width, int height );
+void WriteTGAGray( const char *filename, byte *data, int width, int height );
 int LoadJPGBuff( void *src_buffer, int src_size, unsigned char **pic, int *width, int *height );
 
 void Load32BitImage( const char *name, unsigned **pixels, int *width, int *height );