summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-01 13:17:34 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-01 13:17:34 +0300
commitc28e2e8e0cfa0ae4358f798c3bd34c8678de9541 (patch)
treedb84a006ab6e2a8d4d00a25e8216ed22ac6d2fb9 /src/client.h
parent9fc83299bfb029328f19671efae42a7f4b4d465a (diff)
downloadplus-c28e2e8e0cfa0ae4358f798c3bd34c8678de9541.tar.gz
plus-c28e2e8e0cfa0ae4358f798c3bd34c8678de9541.tar.bz2
plus-c28e2e8e0cfa0ae4358f798c3bd34c8678de9541.tar.xz
plus-c28e2e8e0cfa0ae4358f798c3bd34c8678de9541.zip
add ability for auto backup main configuration file on startup.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
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();