This commit is contained in:
doitux
2007-01-22 22:25:58 +00:00
parent ff0881df3e
commit e67c72e010
11 changed files with 65 additions and 73 deletions
+1 -4
View File
@@ -45,8 +45,7 @@ public:
void setSession(Session*);
int getMaxQuantityPlayers() const;
std::string getPlayerName(int) const;
void refreshSet() const;
void refreshChangePlayer() const;
void refreshPot() const;
@@ -85,12 +84,10 @@ public:
void showPlayerActionLogMsg(std::string playerName, int action, int setValue) const;
private:
Log *myLog;
mainWindowImpl *myW;
ConfigFile *myConfig;
};