# HG changeset patch # User Matti Hamalainen # Date 1529659403 -10800 # Node ID 79667dc1240ec3d08057f01d4a8421eb957b2aae # Parent c22d3b309f346947867186b951b56e637285836d Make dmC64GetOpMemBlockAndName() a public function. diff -r c22d3b309f34 -r 79667dc1240e tools/lib64gfx.h --- 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);