comparison tools/lib64gfx.h @ 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 88cef7758303
comparison
equal deleted inserted replaced
1825:c22d3b309f34 1826:79667dc1240e
310 310
311 311
312 // Encoding and decoding of formats and images 312 // Encoding and decoding of formats and images
313 int dmC64ConvertCSDataToImage(DMImage *img, int xoffs, int yoffs, const Uint8 *inBuf, int width, int height, BOOL multicolor, int *colors); 313 int dmC64ConvertCSDataToImage(DMImage *img, int xoffs, int yoffs, const Uint8 *inBuf, int width, int height, BOOL multicolor, int *colors);
314 314
315 void dmC64GetOpMemBlockAndName(const DMC64Image *img, const int subject, const int bank, const DMC64MemBlock **blk, char **blkname);
315 int dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img); 316 int dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img);
316 BOOL dmC64GetOpSize(const DMC64EncDecOp *op, const DMC64ImageFormat *fmt, size_t *size); 317 BOOL dmC64GetOpSize(const DMC64EncDecOp *op, const DMC64ImageFormat *fmt, size_t *size);
317 318
318 319
319 int dmC64DecodeGenericBMP(DMC64Image *img, const DMGrowBuf *buf, const DMC64ImageFormat *fmt); 320 int dmC64DecodeGenericBMP(DMC64Image *img, const DMGrowBuf *buf, const DMC64ImageFormat *fmt);