changeset 694 | c3fbb20e86f0 |
parent 654 | 7c11c3d8d025 |
--- a/imgtools/imglib/compress/byte_pair.h Wed Nov 17 14:41:23 2010 +0800 +++ b/imgtools/imglib/compress/byte_pair.h Wed Nov 17 16:47:23 2010 +0800 @@ -343,6 +343,7 @@ TInt Decompress(TUint8* dst, TInt dstSize, TUint8* src, TInt srcSize, TUint8*& srcNext); }; TInt BytePairCompress(TUint8* dst, TUint8* src, TInt size, CBytePair *aBPE); +TInt BytePairDecompress(TUint8* dst, TUint8* src, TInt size, CBytePair *aBPE); #endif