diff options
Diffstat (limited to 'src/client/Client.h')
| -rw-r--r-- | src/client/Client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/Client.h b/src/client/Client.h index d9fedd5..95ae952 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -141,6 +141,9 @@ public: void Tick(); void Shutdown(); + //Force flushing preferences to file on disk. + void WritePrefs(); + std::string GetPrefString(std::string property, std::string defaultValue); double GetPrefNumber(std::string property, double defaultValue); int GetPrefInteger(std::string property, int defaultValue); |
