Core/Serialization: Add bit serialization

Former-commit-id: dbaf3a2d40a85955b4d48efba72a5df9d92d0eb1
This commit is contained in:
Lynix
2015-11-23 13:45:35 +01:00
parent c93e4e901e
commit 7f220ce48c
6 changed files with 58 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Error.hpp>
#include "Stream.hpp"
namespace Nz
{
@@ -70,5 +71,4 @@ namespace Nz
return WriteBlock(buffer, size);
}
}