gui preperation for log export and live preview

This commit is contained in:
doitux
2011-11-26 21:07:22 +00:00
parent 9cd7b9f193
commit 272cd1408d
9 changed files with 156 additions and 63 deletions
+1
View File
@@ -34,6 +34,7 @@ GuiWrapper::GuiWrapper(ConfigFile *c, startWindowImpl *s) : myGuiLog(NULL), myW(
myW = new gameTableImpl(myConfig);
myGuiLog = new guiLog(myW, myConfig);
myStartWindow->setGuiLog(myGuiLog);
myW->setStartWindow(myStartWindow);
}