This commit is contained in:
doitux
2007-01-13 22:29:17 +00:00
parent ccd74ccb92
commit 507ffdd2a8
21 changed files with 176 additions and 85 deletions
+8 -6
View File
@@ -22,10 +22,11 @@
#include <iostream>
class LocalHand;
class LocalBoard;
class GuiInterface;
class LocalPlayer;
class HandInterface;
class PlayerInterface;
class BoardInterface;
class EngineFactory;
class Game {
@@ -64,11 +65,12 @@ public:
private:
EngineFactory *myFactory;
GuiInterface *myGui;
LocalHand *actualHand;
LocalBoard *actualBoard;
LocalPlayer *playerArray[5];
HandInterface *actualHand;
BoardInterface *actualBoard;
PlayerInterface *playerArray[5];
//Startvariablen
int startQuantityPlayers;