This commit is contained in:
doitux
2007-01-21 00:14:35 +00:00
parent 64dcce5b65
commit 387ee11a14
3 changed files with 20 additions and 3 deletions
+3
View File
@@ -20,6 +20,7 @@
#include "session.h"
#include "game.h"
#include "guiinterface.h"
#include "tinyxml.h"
using namespace std;
@@ -31,6 +32,8 @@ Session::Session(GuiInterface* g) : actualGame(0), myGui(g)
// Session an mainwindowimpl bergeben
myGui->setSession(this);
//Konfiguration erstellen;
}