22 #ifndef FIFE_LZSSDECODER_H
23 #define FIFE_LZSSDECODER_H
30 #include "util/base/fife_stdint.h"
54 void decode(
RawData* input, uint8_t* output,
const uint32_t outputsize);
59 void LZSSDecode(uint8_t* in, int64_t len, uint8_t* out);
void decode(RawData *input, uint8_t *output, const uint32_t outputsize)
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...