diff tools/lib64gfx.h @ 1494:3b220604ae3c

Add short format attribute names to dmC64GetImageTypeString().
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 06:26:42 +0300
parents 71e847ea9d22
children acb607e2c350
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri May 11 05:46:50 2018 +0300
+++ b/tools/lib64gfx.h	Fri May 11 06:26:42 2018 +0300
@@ -197,7 +197,7 @@
 
 void      dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt);
 void      dmSetDefaultC64Palette(DMImage *img);
-char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type);
+char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type, const BOOL lng);
 
 
 DMC64Image *dmC64ImageAlloc(const DMC64ImageFormat *fmt);