summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 8b6af127..e2b1c264 100644
--- a/src/client.h
+++ b/src/client.h
@@ -33,6 +33,7 @@
#include <string>
+class Game;
class Button;
class Desktop;
class LoginData;
@@ -202,6 +203,8 @@ public:
void event(Event::Channel channel, const Event &event);
void action(const gcn::ActionEvent &event);
+ void resizeVideo(int width, int height);
+
private:
void initRootDir();
void initHomeDir();
@@ -225,6 +228,7 @@ private:
ServerInfo mCurrentServer;
+ Game *mGame;
Window *mCurrentDialog;
QuitDialog *mQuitDialog;
Desktop *mDesktop;