summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorSocapex <philippe_groarke@yahoo.ca>2013-01-19 21:02:01 -0500
committerSocapex <philippe_groarke@yahoo.ca>2013-01-19 21:02:01 -0500
commitdf606ace309acaf0c78f52e1f98eabed6c844ae2 (patch)
treed9799b0e4a507d9eacbbafc1755eecea03f0b373 /src/client.h
parentd0169223b889a115b486e974e5b287c3ccb00d85 (diff)
parent678d4e70999ade5a36862039875aa5564291d09d (diff)
downloadplus-df606ace309acaf0c78f52e1f98eabed6c844ae2.tar.gz
plus-df606ace309acaf0c78f52e1f98eabed6c844ae2.tar.bz2
plus-df606ace309acaf0c78f52e1f98eabed6c844ae2.tar.xz
plus-df606ace309acaf0c78f52e1f98eabed6c844ae2.zip
Merge remote-tracking branch 'upstream/master' into osx
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index fb33b4d4c..bdf62ae0b 100644
--- a/src/client.h
+++ b/src/client.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2012 The ManaPlus Developers
+ * Copyright (C) 2011-2013 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
@@ -42,6 +42,7 @@ class Button;
class Desktop;
class Game;
class LoginData;
+class Skin;
class Window;
class QuitDialog;
@@ -400,6 +401,9 @@ private:
std::string mCaption;
bool mNewMessageFlag;
FPSmanager mFpsManager;
+ Skin *mSkin;
+ int mButtonPadding;
+ int mButtonSpacing;
};
#endif // CLIENT_H