next startwindow steps

This commit is contained in:
doitux
2008-06-08 10:50:08 +00:00
parent 0c98902905
commit 0cf73d2bc9
7 changed files with 38 additions and 291 deletions
+2
View File
@@ -26,6 +26,7 @@
class Session;
class gameTableImpl;
class startWindowImpl;
class Log;
class Chat;
class ConfigFile;
@@ -146,6 +147,7 @@ private:
Chat *myChat;
gameTableImpl *myW;
ConfigFile *myConfig;
startWindowImpl *myStartWindow;
};