path to UTF8

configfile split
This commit is contained in:
doitux
2007-04-18 00:11:24 +00:00
parent 27cd08ccb0
commit 2b94ce958f
33 changed files with 565 additions and 498 deletions
+4 -1
View File
@@ -32,12 +32,14 @@ class PlayerInterface;
class BoardInterface;
class EngineFactory;
class ConfigFile;
class Session;
class Game {
public:
Game(ConfigFile*, GuiInterface*, int, int, int, int);
Game(Session*, GuiInterface*, int, int, int, int);
~Game();
@@ -82,6 +84,7 @@ public:
private:
EngineFactory *myFactory;
Session *mySession;
ConfigFile *myConfig;
GuiInterface *myGui;