31 #include "common/endian.h" 32 #include "common/str.h" 33 #include "common/hashmap.h" 34 #include "common/array.h" 35 #include "common/file.h" 38 class SeekableReadStream;
57 bool closeArchive(
bool base);
66 static byte *unpack(
const byte *src, uint32 srcSize, int32 &size, uint8 compression = 1);
70 static const int kMaxArchives = 8;
83 File(
const Common::String &n, uint32 s, uint32 o, uint8 c, Archive &a);
100 bool closeArchive(Archive &archive);
105 byte *getFile(File &file, int32 &size);
117 #endif // GOB_DATAIO_H
Definition: algorithm.h:29