This commit is contained in:
doitux
2007-08-10 23:16:21 +00:00
parent 8319442b6a
commit a9a2d33e3f
13 changed files with 48 additions and 33 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ LocalBoard::~LocalBoard()
{
}
void LocalBoard::setPlayer(PlayerInterface** p) { playerArray = p; }
void LocalBoard::setPlayer(std::vector<boost::shared_ptr<PlayerInterface> > p) { playerArray = p; }
void LocalBoard::setHand(HandInterface* br) { currentHand = br; }