diff tools/lib64gfx.h @ 2204:cbac4912992c

Add new module "lib64util", and move some functions there from lib64gfx that do not strictly belong.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 03:24:24 +0300
parents b259312ddb59
children 3a25e85f0203
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri Jun 14 01:58:05 2019 +0300
+++ b/tools/lib64gfx.h	Fri Jun 14 03:24:24 2019 +0300
@@ -17,12 +17,6 @@
 #endif
 
 
-// Define default character ROM path
-#ifndef DM_DEF_CHARGEN
-#define DM_DEF_CHARGEN "/usr/local/lib64/vice/C64/chargen"
-#endif
-
-
 // Bitmap constants
 #define D64_SCR_WIDTH          320
 #define D64_SCR_HEIGHT         200
@@ -358,9 +352,6 @@
 //
 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, const char *indent);
-
 int       dmC64SetImagePalette(DMImage *img, const DMC64Palette *cpal, const BOOL mixed);
 
 BOOL      dmCompareAddr16(const DMGrowBuf *buf, const size_t offs, const Uint16 addr);