diff options
| author | oy <Tom_Adams@web.de> | 2010-08-11 00:31:42 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-08-11 00:31:42 +0200 |
| commit | 1cde96ef79a8418a9c34f355ec49d08f1e654213 (patch) | |
| tree | fc7c6298535241e78cdc60acff059711e2017f73 /src/engine/config.h | |
| parent | d37c83962da7e0660d31b70a25587fd8a8ef63f2 (diff) | |
| download | zcatch-1cde96ef79a8418a9c34f355ec49d08f1e654213.tar.gz zcatch-1cde96ef79a8418a9c34f355ec49d08f1e654213.zip | |
restore empty strings in the config to their defaults on startup
Diffstat (limited to 'src/engine/config.h')
| -rw-r--r-- | src/engine/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/config.h b/src/engine/config.h index 967d3593..b756d16e 100644 --- a/src/engine/config.h +++ b/src/engine/config.h @@ -11,6 +11,7 @@ public: virtual void Init() = 0; virtual void Reset() = 0; + virtual void RestoreStrings() = 0; virtual void Save() = 0; virtual void RegisterCallback(SAVECALLBACKFUNC pfnFunc, void *pUserData) = 0; |