This commit is contained in:
doitux
2007-01-13 20:47:48 +00:00
parent bd1efe4020
commit ccd74ccb92
4 changed files with 43 additions and 26 deletions
+6 -1
View File
@@ -22,6 +22,8 @@
#include <enginefactory.h>
class BoardInterface;
class LocalEngineFactory : public EngineFactory
{
public:
@@ -32,7 +34,10 @@ public:
HandInterface* createHand();
BoardInterface* createBoard();
PlayerInterface* createPlayer();
PreflopInterface* createPreflop();
FlopInterface* createFlop();
TurnInterface* createTurn();
RiverInterface* createRiver();
};
#endif