playernicks for local game enabled
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
HandInterface* createHand(EngineFactory *f, GuiInterface *g, BoardInterface *b, PlayerInterface **p, int id, int qP, int dP, int sB,int sC);
|
||||
BoardInterface* createBoard();
|
||||
PlayerInterface* createPlayer(BoardInterface *b, int id, int sC, bool aS, int mB);
|
||||
PlayerInterface* createPlayer(BoardInterface *b, int id, std::string name, int sC, bool aS, int mB);
|
||||
PreflopInterface* createPreflop(HandInterface* hi, int id, int qP, int dP, int sB);
|
||||
FlopInterface* createFlop(HandInterface* hi, int id, int qP, int dP, int sB);
|
||||
TurnInterface* createTurn(HandInterface* hi, int id, int qP, int dP, int sB);
|
||||
|
||||
Reference in New Issue
Block a user