From b79a244d76c66287c6228e3845aa3af91a847f5d Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 15 Aug 2021 19:20:55 -0700 Subject: More work on IO adapters (not working) --- core/src/Utils/IO/StringIntegration.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/src/Utils/IO/StringIntegration.hpp') diff --git a/core/src/Utils/IO/StringIntegration.hpp b/core/src/Utils/IO/StringIntegration.hpp index d4be23a..35b1660 100644 --- a/core/src/Utils/IO/StringIntegration.hpp +++ b/core/src/Utils/IO/StringIntegration.hpp @@ -1,11 +1,10 @@ #pragma once -#include "Utils/IO/DataStream.hpp" - #include #include #include +namespace DataStreamIntegrations { void ReadFromDataStream(DataStream& s, std::string& str) { uint64_t size; @@ -26,4 +25,5 @@ void WriteToDataStream(DataStream& s, const std::string_view& str) { s.Write((uint64_t)str.size()); s.WriteBytes(str.size(), str.data()); -} \ No newline at end of file +} +} // namespace DataStreamIntegrations -- cgit v1.2.3-70-g09d2