1 #ifndef ATHENA_NO_ZQUEST
17 #ifndef __ZQUESTFILEWRITER_HPP__
18 #define __ZQUESTFILEWRITER_HPP__
20 #include "Athena/MemoryWriter.hpp"
60 #endif // __ZQUESTFILEWRITER_HPP__
62 #endif // ATHENA_NO_ZQUEST
void write(ZQuestFile *quest, bool compress=true)
write
The ZQuestFileWriter class.
atUint64 length() const
Returns whether or not the stream is at the end.
atUint8 * data() const
Returns a copy of the current buffer. Changes to the copy do not affect the buffer so it's perfectly...
ZQuestFileWriter(atUint8 *data, atUint64 length)
ZQuestFileWriter.
ZQuestFile is an export format for save data.