Core: Add Serializer/Unserializer

Former-commit-id: 50fdf56da4fef46ec78995cb8fc277cbc9a11ebc
This commit is contained in:
Lynix
2015-11-20 14:23:10 +01:00
parent ed961f5ba8
commit c93e4e901e
8 changed files with 182 additions and 165 deletions

View File

@@ -1,15 +0,0 @@
// Copyright (C) 2015 Jérôme Leclercq
// This file is part of the "Nazara Engine - Core module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Debug.hpp>
namespace Nz
{
inline bool HashAppend(AbstractHash* hash, const MemoryStream& stream)
{
return HashAppend(hash, stream.GetBuffer());
}
}
#include <Nazara/Core/DebugOff.hpp>