From 21192a63e1411134b3096da4e5f9a511f913c9b9 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Tue, 13 Jun 2023 16:46:47 -0700 Subject: Changeset: 95 Change Uid's serialization format from JSON array to just a string --- source/30-game/Ires.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/30-game/Ires.hpp') 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; }; -- cgit v1.2.3-70-g09d2