actualQuantityPlayers -><- startQuantityPlayers (part 2)

This commit is contained in:
floty
2007-03-05 23:05:01 +00:00
parent 7319dd4ed0
commit c464dae9e5
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
class LocalHand : public HandInterface{
public:
LocalHand(EngineFactory*, GuiInterface*, BoardInterface*, PlayerInterface**, int, int, int, int, int);
LocalHand(EngineFactory*, GuiInterface*, BoardInterface*, PlayerInterface**, int, int, int, int, int, int);
~LocalHand();