diff tools/lib64gfx.h @ 1537:776aa43b2c57

Tiny improvement in MC->FLI upconversion.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 May 2018 04:46:08 +0300
parents 3265175b24d2
children 3b613fcbf3ff
line wrap: on
line diff
--- a/tools/lib64gfx.h	Sat May 12 04:12:46 2018 +0300
+++ b/tools/lib64gfx.h	Sat May 12 04:46:08 2018 +0300
@@ -224,6 +224,8 @@
 int       dmC64ConvertCSDataToImage(DMImage *img, int xoffs, int yoffs, const Uint8 *inBuf, int width, int height, BOOL multicolor, int *colors);
 int       dmC64ImageGetNumBanks(const DMC64ImageFormat *fmt);
 BOOL      dmCompareAddr16(const Uint8 *buf, const size_t offs, const Uint16 addr);
+int       dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img);
+BOOL      dmC64GetOpSize(const DMC64EncDecOp *op, const DMC64ImageFormat *fmt, size_t *size);
 
 
 // C64 bitmap image allocation/freeing