diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index df12d458e..bdf62ae0b 100644 --- a/src/client.h +++ b/src/client.h @@ -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 |