diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-01 13:17:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-01 13:17:34 +0300 |
commit | c28e2e8e0cfa0ae4358f798c3bd34c8678de9541 (patch) | |
tree | db84a006ab6e2a8d4d00a25e8216ed22ac6d2fb9 /src/client.h | |
parent | 9fc83299bfb029328f19671efae42a7f4b4d465a (diff) | |
download | mv-c28e2e8e0cfa0ae4358f798c3bd34c8678de9541.tar.gz mv-c28e2e8e0cfa0ae4358f798c3bd34c8678de9541.tar.bz2 mv-c28e2e8e0cfa0ae4358f798c3bd34c8678de9541.tar.xz mv-c28e2e8e0cfa0ae4358f798c3bd34c8678de9541.zip |
add ability for auto backup main configuration file on startup.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index dcf761847..dce388439 100644 --- a/src/client.h +++ b/src/client.h @@ -366,6 +366,8 @@ private: void storeSafeParameters() const; + void backupConfig() const; + void gameClear(); void testsClear(); |