Fixed bug: "hands before raise" is now taken from dialog. Removed config from game.cpp for networking.

This commit is contained in:
lotodore
2007-04-26 21:11:13 +00:00
parent e150159be0
commit e202a83fbc
9 changed files with 149 additions and 47 deletions
+2
View File
@@ -54,6 +54,7 @@ INCLUDEPATH += . \
# Input
HEADERS += src/game.h \
src/session.h \
src/playerdata.h \
src/config/configfile.h \
src/core/rand.h \
src/core/thread.h \
@@ -119,6 +120,7 @@ FORMS += src/gui/qt/mainwindow.ui \
SOURCES += src/game.cpp \
src/pokerth.cpp \
src/session.cpp \
src/playerdata.cpp \
src/config/configfile.cpp \
src/engine/boardinterface.cpp \
src/engine/enginefactory.cpp \