changeset 1826:79667dc1240e

Make dmC64GetOpMemBlockAndName() a public function.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Jun 2018 12:23:23 +0300
parents c22d3b309f34
children d6fbbf7ddba1
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri Jun 22 12:23:06 2018 +0300
+++ b/tools/lib64gfx.h	Fri Jun 22 12:23:23 2018 +0300
@@ -312,6 +312,7 @@
 // Encoding and decoding of formats and images
 int       dmC64ConvertCSDataToImage(DMImage *img, int xoffs, int yoffs, const Uint8 *inBuf, int width, int height, BOOL multicolor, int *colors);
 
+void      dmC64GetOpMemBlockAndName(const DMC64Image *img, const int subject, const int bank, const DMC64MemBlock **blk, char **blkname);
 int       dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img);
 BOOL      dmC64GetOpSize(const DMC64EncDecOp *op, const DMC64ImageFormat *fmt, size_t *size);