sqlite-logging: include log in pokerth_lib; new function for game-logging
This commit is contained in:
+3
-1
@@ -125,7 +125,8 @@ HEADERS += \
|
||||
src/engine/local_engine/tools.h \
|
||||
src/engine/local_engine/localbero.h \
|
||||
src/engine/local_engine/localexception.h \
|
||||
src/engine/local_engine/arraydata.h \
|
||||
src/engine/local_engine/arraydata.h \
|
||||
src/engine/local_engine/log.h \
|
||||
src/engine/network_engine/clientboard.h \
|
||||
src/engine/network_engine/clientenginefactory.h \
|
||||
src/engine/network_engine/clienthand.h \
|
||||
@@ -173,6 +174,7 @@ SOURCES += \
|
||||
src/engine/local_engine/localbero.cpp \
|
||||
src/engine/local_engine/localexception.cpp \
|
||||
src/engine/local_engine/arraydata.cpp \
|
||||
src/engine/local_engine/log.cpp \
|
||||
src/engine/network_engine/clientboard.cpp \
|
||||
src/engine/network_engine/clientenginefactory.cpp \
|
||||
src/engine/network_engine/clienthand.cpp \
|
||||
|
||||
Reference in New Issue
Block a user