startwindow refactoring. BROKEN
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user