first polymorphie steps for BeRo (BettingRounds)

This commit is contained in:
doitux
2007-08-04 01:30:59 +00:00
parent 0cd9c9c769
commit 993465a213
9 changed files with 188 additions and 28 deletions
@@ -29,6 +29,7 @@
#include <flopinterface.h>
#include <turninterface.h>
#include <riverinterface.h>
#include <berointerface.h>
class ConfigFile;
@@ -45,6 +46,7 @@ public:
FlopInterface* createFlop(HandInterface* hi, int id, int aP, int dP, int sB);
TurnInterface* createTurn(HandInterface* hi, int id, int aP, int dP, int sB);
RiverInterface* createRiver(HandInterface* hi, int id, int aP, int dP, int sB);
BeRoInterface* createBeRo();
private:
ConfigFile *myConfig;