From 04653742243e4bb6452108cfd0fef2f4afd8f23b Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 6 Sep 2021 00:15:35 -0700 Subject: Fix all compile errors, remove OperateIOProxy requirement from DataStream api --- core/src/Utils/IO/Archive.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/src/Utils/IO/Archive.hpp') diff --git a/core/src/Utils/IO/Archive.hpp b/core/src/Utils/IO/Archive.hpp index 28e7c99..1bb8b59 100644 --- a/core/src/Utils/IO/Archive.hpp +++ b/core/src/Utils/IO/Archive.hpp @@ -2,12 +2,16 @@ #include "Utils/IO/DataStream.hpp" +#include #include #include +#include class DataArchive { public: + static std::span GetMagicNumbers(); + // TODO more complete impl static std::optional LoadFile(const std::filesystem::path& path); static std::optional SaveFile(const std::filesystem::path& path); -- cgit v1.2.3-70-g09d2