mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 16:57:58 -05:00
Write XChunks in fastfiles
This commit is contained in:
@ -11,5 +11,6 @@ public:
|
||||
explicit WritingFileStream(std::ostream& stream);
|
||||
|
||||
void Write(const void* buffer, size_t length) override;
|
||||
void Flush() override;
|
||||
int64_t Pos() override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user