std::vector<boost::shared_ptr<BeRoInterface> > implemented

This commit is contained in:
doitux
2007-08-06 20:35:26 +00:00
parent 562e8760f5
commit 96419b3588
22 changed files with 172 additions and 139 deletions
+2
View File
@@ -32,6 +32,8 @@ public:
virtual void resetFirstRun() =0;
virtual int getHighestCardsValue() const =0;
virtual void run() =0;
virtual void preflopRun() =0;
virtual void flopRun() =0;
virtual void turnRun() =0;