32 #include "common/scummsys.h" 33 #include "common/endian.h" 37 const uint32 kCompLZSS = 0x4C5A5353;
38 const uint32 kCompSPCN = 0x5350434E;
39 const uint32 kCompRNC1 = 0x524E4301;
40 const uint32 kCompRNC2 = 0x524E4302;
42 uint32 decompressSPCN(byte *src, byte *dst, uint32 dstsize);
43 uint32 decompressLZSS(byte *src, byte *dst,
int dstsize);