From 8f0dda5eab181b0f14f2652b4e984aaaae3f258c Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 27 Jun 2022 18:27:13 -0700 Subject: Start from a clean slate --- core/src/Utils/IO/Archive.hpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 core/src/Utils/IO/Archive.hpp (limited to 'core/src/Utils/IO/Archive.hpp') diff --git a/core/src/Utils/IO/Archive.hpp b/core/src/Utils/IO/Archive.hpp deleted file mode 100644 index 1bb8b59..0000000 --- a/core/src/Utils/IO/Archive.hpp +++ /dev/null @@ -1,18 +0,0 @@ -#pragma once - -#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