Do autosaves

This commit is contained in:
2025-03-02 12:03:52 -06:00
committed by Celtic Minstrel
parent 53de92c932
commit 5bc1643be7
7 changed files with 63 additions and 3 deletions

View File

@@ -30,4 +30,8 @@ fs::path locate_scenario(std::string scen_name);
void alter_rect(rectangle *r);
// The player can configure autosaves on/off globally, or individually
// for a variety of different trigger reasons
void try_auto_save(std::string reason);
#endif