aboutsummaryrefslogtreecommitdiff
path: root/source/30-game/Ires.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/30-game/Ires.hpp')
-rw-r--r--source/30-game/Ires.hpp2
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;
};