diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index c853411d3..19270d6bb 100644 --- a/src/client.h +++ b/src/client.h @@ -246,9 +246,14 @@ public: static float getGuiAlpha(); + static void closeDialogs(); + static void setFramerate(int fpsLimit); + void optionChanged(const std::string &name); + void action(const gcn::ActionEvent &event); + void initTradeFilter(); void initPacketLimiter(); |