implementing first function in new log.cpp

This commit is contained in:
floty
2010-12-17 23:18:30 +00:00
parent ba155d0f90
commit 4f89969bd3
6 changed files with 148 additions and 106 deletions
+2
View File
@@ -28,6 +28,7 @@ class Session;
class gameTableImpl;
class startWindowImpl;
class guiLog;
class Log;
class ConfigFile;
@@ -168,6 +169,7 @@ public:
private:
guiLog *myGuiLog;
Log *myLog;
gameTableImpl *myW;
ConfigFile *myConfig;
startWindowImpl *myStartWindow;