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/VectorIntegration.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/Utils/IO/VectorIntegration.hpp') diff --git a/core/src/Utils/IO/VectorIntegration.hpp b/core/src/Utils/IO/VectorIntegration.hpp index b2c751c..45929ed 100644 --- a/core/src/Utils/IO/VectorIntegration.hpp +++ b/core/src/Utils/IO/VectorIntegration.hpp @@ -1,9 +1,8 @@ #pragma once -#include "Utils/IO/DataStream.hpp" - #include +namespace DataStreamIntegrations { template void ReadFromDataStream(DataStream& s, std::vecetor& vec) { @@ -26,3 +25,4 @@ void WriteToDataStream(DataStream& s, const std::vecetor& vec) // TODO } } +} // namespace DataStreamIntegrations -- cgit v1.2.3-70-g09d2