myW removed from engine classes

This commit is contained in:
doitux
2007-01-13 14:27:56 +00:00
parent d17b23737a
commit 1afc0c12c1
20 changed files with 226 additions and 159 deletions
+1 -3
View File
@@ -24,7 +24,6 @@
class LocalHand;
class LocalBoard;
class mainWindowImpl;
class GuiInterface;
class LocalPlayer;
@@ -32,7 +31,7 @@ class LocalPlayer;
class Game {
public:
Game(mainWindowImpl*, GuiInterface*, int, int, int);
Game(GuiInterface*, int, int, int);
~Game();
@@ -66,7 +65,6 @@ public:
private:
mainWindowImpl *myW;
GuiInterface *myGui;
LocalHand *actualHand;
LocalBoard *actualBoard;