diff libgfx.h @ 462:ab401a5087f9

Improve ARAW output.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 04 Nov 2012 16:09:07 +0200
parents 0af039b6c0ae
children b89598501cec
line wrap: on
line diff
--- a/libgfx.h	Sun Nov 04 15:41:46 2012 +0200
+++ b/libgfx.h	Sun Nov 04 16:09:07 2012 +0200
@@ -93,7 +93,7 @@
 
 int dmWriteImageData(DMImage *img, void *cbdata, BOOL (*writeRowCB)(void *, Uint8 *, size_t), const DMImageSpec *spec);
 
-int dmWriteIFFMasterRAWPalette(const char *filename, DMImage *img, int ncolors);
+int dmWriteIFFMasterRAWPalette(FILE *fp, DMImage *img, int ncolors, const char *indent, const char *type);
 int dmWriteIFFMasterRAWImageFILE(FILE *fp, DMImage *img, DMImageSpec *spec);
 int dmWriteIFFMasterRAWImage(const char *filename, DMImage *img, DMImageSpec *spec);