Core/Stream: Add HashAppend overload

This commit is contained in:
SirLynix
2023-03-03 13:19:12 +01:00
parent 34abeeb7bd
commit 0494a72849
4 changed files with 50 additions and 6 deletions

View File

@@ -83,6 +83,8 @@ namespace Nz
StreamOptionFlags m_streamOptions;
UInt64 m_bufferCursor;
};
NAZARA_CORE_API bool HashAppend(AbstractHash& hash, Stream& stream);
}
#include <Nazara/Core/Stream.inl>