INISettingsInterface: Return bool on saving settings
This commit is contained in:
@ -9,7 +9,7 @@ public:
|
||||
INISettingsInterface(std::string filename);
|
||||
~INISettingsInterface();
|
||||
|
||||
void Save();
|
||||
bool Save();
|
||||
|
||||
void Clear() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user