diff tools/lib64gfx.h @ 2108:5f8f170f8774

Change dmC64GetOpMemBlock() function API.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 24 May 2019 02:27:45 +0300
parents 4276b8c0fef0
children 510ea816d1ff
line wrap: on
line diff
--- a/tools/lib64gfx.h	Wed May 08 13:57:34 2019 +0300
+++ b/tools/lib64gfx.h	Fri May 24 02:27:45 2019 +0300
@@ -325,7 +325,7 @@
 int       dmC64ConvertCSDataToImage(DMImage *img, int xoffs, int yoffs, const Uint8 *inBuf, int width, int height, BOOL multicolor, int *colors);
 
 const char *dmC64GetOpSubjectName(const int subject);
-void      dmC64GetOpMemBlock(const DMC64Image *img, const int subject, const int bank, const DMC64MemBlock **blk);
+const DMC64MemBlock * dmC64GetOpMemBlock(const DMC64Image *img, const int subject, const int bank);
 int       dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img);
 
 size_t    dmC64GetSubjectSize(const int subject, const DMC64ImageCommonFormat *fmt);