1 #ifndef ATHENA_NO_SAVES
17 #ifndef WIISAVEREADER_HPP
18 #define WIISAVEREADER_HPP
20 #include "Athena/Global.hpp"
21 #include "Athena/MemoryReader.hpp"
65 WiiImage* readImage(atUint32 width, atUint32 height);
66 void readCerts(atUint32 totalSize);
67 WiiFile* buildTree(std::vector<WiiFile*> files);
72 #endif // WIISAVEREADER_HPP
73 #endif // ATHENA_NO_SAVES
Wii banner container class.
Wii file container class.
Wii data.bin container class.
WiiSave * readSave()
readSave
Wii data.bin reader class.
WiiSaveReader(const atUint8 *, atUint64)
This constructor takes an existing buffer to read from.