INISettingsInterface: Return bool on saving settings

This commit is contained in:
Albert Liu
2020-05-27 16:36:41 -07:00
parent b5311e5896
commit f8fea1b215
2 changed files with 8 additions and 4 deletions

View File

@ -9,7 +9,7 @@ public:
INISettingsInterface(std::string filename);
~INISettingsInterface();
void Save();
bool Save();
void Clear() override;