Use new savegame format to store citymania extra data

This commit is contained in:
dP
2021-10-01 23:23:50 +03:00
parent 407b10e090
commit 3a77bc3628
17 changed files with 175 additions and 488 deletions
+3 -1
View File
@@ -72,7 +72,9 @@ SettingTable _world_settings{ _world_settings_table };
#if defined(_WIN32) && !defined(DEDICATED)
SettingTable _win32_settings{ _win32_settings_table };
#endif /* _WIN32 */
namespace citymania {
SettingTable _settings{ _citymania_settings_table };
} // namespace citymania
/* Begin - Callback Functions for the various settings. */