sqlite-logging: include log in pokerth_lib; new function for game-logging

This commit is contained in:
floty
2010-12-28 23:01:39 +00:00
parent 05cae76aee
commit 121575caa5
6 changed files with 15 additions and 5 deletions
+1
View File
@@ -46,6 +46,7 @@ Session::Session(GuiInterface *g, ConfigFile *c)
: currentGameNum(0), myGui(g), myConfig(c), myLog(0), myGameType(GAME_TYPE_NONE)
{
myQtToolsInterface = CreateQtToolsWrapper();
myLog = new Log(myConfig);
}