diff tools/lib64gfx.h @ 1488:c71b6c5204af

Factor the C64 bitmap image format info dump function to lib64gfx and use it from 64vw.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 05:23:07 +0300
parents bc13af8954d7
children 71e847ea9d22
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri May 11 04:55:28 2018 +0300
+++ b/tools/lib64gfx.h	Fri May 11 05:23:07 2018 +0300
@@ -194,6 +194,8 @@
 extern const DMC64ImageFormat  dmC64ImageFormats[];
 extern const int         ndmC64ImageFormats;
 
+
+void      dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt);
 void      dmSetDefaultC64Palette(DMImage *img);