Back to rev. 347
This commit is contained in:
+1
-4
@@ -32,14 +32,12 @@ class PlayerInterface;
|
||||
class BoardInterface;
|
||||
class EngineFactory;
|
||||
class ConfigFile;
|
||||
class Session;
|
||||
|
||||
|
||||
|
||||
class Game {
|
||||
|
||||
public:
|
||||
Game(Session*, GuiInterface*, int, int, int, int);
|
||||
Game(ConfigFile*, GuiInterface*, int, int, int, int);
|
||||
|
||||
~Game();
|
||||
|
||||
@@ -84,7 +82,6 @@ public:
|
||||
private:
|
||||
EngineFactory *myFactory;
|
||||
|
||||
Session *mySession;
|
||||
ConfigFile *myConfig;
|
||||
|
||||
GuiInterface *myGui;
|
||||
|
||||
Reference in New Issue
Block a user