2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-19 23:11:50 +00:00

refactor: combined ZoneOutputStream interface with impl

This commit is contained in:
Jan Laupetin
2026-01-06 13:29:32 +00:00
parent ac9bdd21da
commit ac24e4f893
29 changed files with 354 additions and 310 deletions

View File

@@ -159,7 +159,7 @@ void ContentWriter::WriteXAssetArray(const bool atStreamStart, const size_t coun
}
}
void ContentWriter::WriteContent(IZoneOutputStream& stream)
void ContentWriter::WriteContent(ZoneOutputStream& stream)
{
m_stream = &stream;