#include <unpack.h>
Public Member Functions | |
bool | unpack (const byte *src, uint srcLen, byte *dst, uint dstLen) |
A LZ77 style decompressor for Delphine's data files used in at least Future Wars and Operation Stealth.
bool Cine::CineUnpacker::unpack | ( | const byte * | src, |
uint | srcLen, | ||
byte * | dst, | ||
uint | dstLen | ||
) |
Unpacks packed data from the source buffer to the destination buffer.
src | Pointer to the source buffer. |
srcLen | Length of the source buffer. |
dst | Pointer to the destination buffer. |
dstLen | Length of the destination buffer. |