diff tools/lib64gfx.h @ 1822:9bec535956fd

Add indentation parameter to dmC64ImageDump().
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Jun 2018 12:20:46 +0300
parents 52e90130453b
children c22d3b309f34
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri Jun 22 11:20:15 2018 +0300
+++ b/tools/lib64gfx.h	Fri Jun 22 12:20:46 2018 +0300
@@ -292,7 +292,7 @@
 int       dmC64ProbeBMP(const DMGrowBuf *buf, const DMC64ImageFormat **fmt);
 
 char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type, const BOOL lng);
-void      dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt);
+void      dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt, const char *indent);
 
 void      dmSetDefaultC64Palette(DMImage *img);
 BOOL      dmSetMixedColorC64Palette(DMImage *img);