svn-id: r32443
This commit is contained in:
Johannes Schickel 2008-05-31 22:18:36 +00:00
parent 7db0b2b5a1
commit a47106e77d

View File

@ -1210,11 +1210,6 @@ public:
bool loadFile(CompFileMap &loadTo) const;
private:
struct FileEntry : public ResFileEntry {
int fileIndex;
uint32 compressedSize;
};
struct Archive {
Common::String filename;
uint32 firstFile;