22 #ifndef QDENGINE_QDCORE_UTIL_LZ77_H 23 #define QDENGINE_QDCORE_UTIL_LZ77_H 30 int32 lzComp(
const byte *s1,
const byte *s2, int32 maxlen);
31 const byte *findLZ(
const byte *source,
const byte *s, int32 slen, int32 border, int32 mlen, int32 &len);
36 void encode(byte *target, int32 &tlen,
const byte *source, int32 slen);
37 int32 decode(byte *target, int32 &tlen,
const byte *source, int32 slen);
38 int32 getMaxEncoded(int32 len);
39 int32 getMaxDecoded(byte *source);
46 #endif // QDENGINE_QDCORE_UTIL_LZ77_H
Базовый класс для игровых ресурсов.
Definition: console.h:28