BeRo refactoring

This commit is contained in:
doitux
2007-08-07 00:05:29 +00:00
parent 0e8899df48
commit 2f76bb82f9
34 changed files with 155 additions and 1489 deletions
-10
View File
@@ -24,12 +24,7 @@
#include <boardinterface.h>
#include <playerinterface.h>
#include <handinterface.h>
#include <preflopinterface.h>
#include <flopinterface.h>
#include <turninterface.h>
#include <riverinterface.h>
#include <berointerface.h>
#include <boost/thread.hpp>
#include <vector>
@@ -97,11 +92,6 @@ class ClientHand : public HandInterface
GuiInterface *myGui;
BoardInterface *myBoard;
PlayerInterface **playerArray;
PreflopInterface *myPreflop;
FlopInterface *myFlop;
TurnInterface *myTurn;
RiverInterface *myRiver;
BeRoInterface *myOldBeRo;
std::vector<boost::shared_ptr<BeRoInterface> > myBeRo;
int myID;