#ifndef _LZSS_DECODE_H_
#define _LZSS_DECODE_H_

extern void lzss_decode_vram(char *src, unsigned short vramOffs, unsigned short compressedSize);

#endif
