This commit is contained in:
doitux
2007-01-13 22:29:17 +00:00
parent ccd74ccb92
commit 507ffdd2a8
21 changed files with 176 additions and 85 deletions
+2 -3
View File
@@ -22,7 +22,6 @@
#include <enginefactory.h>
class BoardInterface;
class LocalEngineFactory : public EngineFactory
{
@@ -31,9 +30,9 @@ public:
~LocalEngineFactory();
HandInterface* createHand();
HandInterface* createHand(GuiInterface *g, BoardInterface *b, PlayerInterface **p, int id, int qP, int dP, int sB,int sC);
BoardInterface* createBoard();
PlayerInterface* createPlayer();
PlayerInterface* createPlayer(BoardInterface *b, int id, int sC, bool aS, int mB);
PreflopInterface* createPreflop();
FlopInterface* createFlop();
TurnInterface* createTurn();