From f7abb9021e071abee27b0fba2c1ffe989be2003e Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 21 Aug 2021 19:12:02 -0700 Subject: DataArchive system which saves in native endian (for better performance working with local files), but is also able to load in any endian depending on archive's header information --- core/src/Utils/IO/fwd.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/src/Utils/IO/fwd.hpp') diff --git a/core/src/Utils/IO/fwd.hpp b/core/src/Utils/IO/fwd.hpp index 848c78f..f249e34 100644 --- a/core/src/Utils/IO/fwd.hpp +++ b/core/src/Utils/IO/fwd.hpp @@ -1,5 +1,8 @@ #pragma once +// Archive.hpp +class DataArchive; + // DataStream.hpp class SerializationStreamProxy; class DeserializationStreamProxy; -- cgit v1.2.3-70-g09d2