2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:07:42 +00:00

Decompressed MREA outputting

This commit is contained in:
Jack Andersen
2015-09-09 20:22:08 -10:00
parent 23f89ee747
commit bf5bf28a87
5 changed files with 25 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ struct MREA
atUint64 position() const {return m_pos;}
atUint64 length() const {return m_totalDecompLen;}
atUint64 readUBytesToBuf(void* buf, atUint64 len);
void writeDecompInfos(Athena::io::IStreamWriter& writer) const;
};
struct Header : BigDNA