diff tools/lib64gfx.h @ 1722:de8e0a404c06

Refactor fmtDecodeTruePaintPacked() to use more generic DMGrowBuf functions now that they support backwards growing buffers, and get rid of dmReverseGetByte() and dmReversePutByte() helpers.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Jun 2018 15:22:15 +0300
parents 77a4d8fab5cc
children f9128665a47e
line wrap: on
line diff
--- a/tools/lib64gfx.h	Wed Jun 06 15:20:31 2018 +0300
+++ b/tools/lib64gfx.h	Wed Jun 06 15:22:15 2018 +0300
@@ -283,8 +283,6 @@
 void      dmSetDefaultC64Palette(DMImage *img);
 BOOL      dmCompareAddr16(const Uint8 *buf, const size_t offs, const Uint16 addr);
 int       dmC64ImageGetNumBanks(const DMC64ImageFormat *fmt);
-BOOL      dmReverseGetByte(const Uint8 *buf, size_t *offs, Uint8 *data);
-BOOL      dmReversePutByte(Uint8 *buf, size_t *offs, const Uint8 data);
 
 // C64 bitmap image allocation/freeing
 int       dmC64MemBlockAlloc(DMC64MemBlock *blk, const size_t size);