diff options
author | rtk0c <[email protected]> | 2021-08-21 19:12:02 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-08-21 19:12:02 -0700 |
commit | f7abb9021e071abee27b0fba2c1ffe989be2003e (patch) | |
tree | ac66ce9cdb01decf0b735ab0fd54037c6882c8d6 /core/src/Utils/IO/fwd.hpp | |
parent | 16539032ceec2746aa3778b1c5db9e4485d274d0 (diff) |
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
Diffstat (limited to 'core/src/Utils/IO/fwd.hpp')
-rw-r--r-- | core/src/Utils/IO/fwd.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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; |