diff options
author | rtk0c <[email protected]> | 2023-06-13 16:46:47 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2023-06-13 16:46:47 -0700 |
commit | 21192a63e1411134b3096da4e5f9a511f913c9b9 (patch) | |
tree | c19ceb7fbdc9e0ce226e0dfb4d7a1132c52e7854 /source/30-game/Ires.hpp | |
parent | 32e74b9c81b57a9c0284f5374536439d581bc4b6 (diff) |
Changeset: 95 Change Uid's serialization format from JSON array to just a string
Diffstat (limited to 'source/30-game/Ires.hpp')
-rw-r--r-- | source/30-game/Ires.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/30-game/Ires.hpp b/source/30-game/Ires.hpp index 22018cd..e2e79bd 100644 --- a/source/30-game/Ires.hpp +++ b/source/30-game/Ires.hpp @@ -121,6 +121,8 @@ public: void Save(IresObject* ires); void Save(IresObject* ires, const std::filesystem::path& filePath); + void OverwriteAllToDisk(); + const auto& GetObjects() const { return mObjByUid; } virtual IresObject* FindIres(const Uid& uid) const override; }; |