Maximum number of players is now a constant in game_defs.h.

This commit is contained in:
lotodore
2007-04-17 07:28:32 +00:00
parent 496261de7b
commit 27cd08ccb0
15 changed files with 134 additions and 115 deletions
-2
View File
@@ -47,8 +47,6 @@ public:
void setHand(HandInterface*);
void setSession(Session*);
int getMaxQuantityPlayers() const;
void refreshSet() const;
void refreshCash() const;
void refreshAction(int =-1, int =-1) const;