25 #ifndef AURORA_SMALLFILE_H 26 #define AURORA_SMALLFILE_H 30 class SeekableReadStream;
68 #endif // AURORA_SMALLFILE_H static void compress10(Common::SeekableReadStream &in, Common::WriteStream &small)
Compress this stream into a small file of type 0x10.
Generic interface for a readable data stream.
static void decompress(Common::ReadStream &small, Common::WriteStream &out)
static void compress00(Common::SeekableReadStream &in, Common::WriteStream &small)
"Compress" this stream into an uncompressed small file.
Generic interface for a writable data stream.
Interface for a seekable & readable data stream.