startwindow refactoring. BROKEN

This commit is contained in:
doitux
2008-09-03 22:29:28 +00:00
parent 144db8f909
commit 8129a19bb9
5 changed files with 61 additions and 53 deletions
+3
View File
@@ -23,6 +23,7 @@
class ConfigFile;
class Session;
class gameTableImpl;
class ServerGuiWrapper : public GuiInterface
{
@@ -35,6 +36,8 @@ public:
Session &getSession();
void setSession(boost::shared_ptr<Session> session);
gameTableImpl* getMyW() const{};
void refreshSet() const;
void refreshCash() const;
void refreshAction(int =-1, int =-1) const;