From 5dd673aa6abe2a070de45388a885d03fcc037d70 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 21 May 2014 23:53:20 +0300 Subject: allow open updater window from inside game. --- src/client.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 15a851eb1..3d414d466 100644 --- a/src/client.h +++ b/src/client.h @@ -228,6 +228,15 @@ public: std::string getLogFileName() const A_WARN_UNUSED { return mLogFileName; } + std::string getUpdateHost() const A_WARN_UNUSED + { return mUpdateHost; } + + std::string getOldUpdates() const A_WARN_UNUSED + { return mOldUpdates; } + + const Options &getOptions() const A_WARN_UNUSED + { return mOptions; } + const std::vector &getMirrors() const A_WARN_UNUSED { return mCurrentServer.updateMirrors; } -- cgit v1.2.3-60-g2f50