1 #ifndef ALTTP_FILE_WRITER_HPP 2 #define ALTTP_FILE_WRITER_HPP 5 #include "athena/MemoryWriter.hpp" 6 #include "athena/ALTTPQuest.hpp" 23 MEMORYCOPYWRITER_BASE();
49 atUint16 calculateChecksum(atUint32 game);
55 #endif // ALTTP_FILE_WRITER_HPP ALTTPFileWriter(atUint8 *, atUint64)
This constructor takes an existing buffer to write to.
A Link to the Past data container class class.
A Link to the Past save data writer class.
void writeFile(ALTTPFile *file)
Writes the given SRAM data to a file on disk.