works with overwrite warning

This commit is contained in:
2026-04-15 14:19:38 -04:00
parent fc54412eb9
commit e5a49d212b
3 changed files with 15 additions and 3 deletions
+1
View File
@@ -48,6 +48,7 @@ namespace anm2ed::imgui
bool isQuittingMode{};
PendingSave pendingSave{};
bool save_requires_special_prompt(Manager&, Settings&, int = -1) const;
void save_execute(Manager&, Settings&, const PendingSave&, bool);
bool save_request(Manager&, Settings&, int = -1, const std::filesystem::path& = {});