more polymorphie steps for BeRo
This commit is contained in:
+7
-1
@@ -80,6 +80,7 @@ HEADERS += src/game.h \
|
||||
src/engine/riverinterface.h \
|
||||
src/engine/turninterface.h \
|
||||
src/engine/berointerface.h \
|
||||
src/engine/berofactoryinterface.h \
|
||||
src/gui/guiinterface.h \
|
||||
src/net/clientcallback.h \
|
||||
src/net/clientcontext.h \
|
||||
@@ -107,6 +108,7 @@ HEADERS += src/game.h \
|
||||
src/engine/local_engine/localturn.h \
|
||||
src/engine/local_engine/tools.h \
|
||||
src/engine/local_engine/localbero.h \
|
||||
src/engine/local_engine/localberofactory.h \
|
||||
src/engine/network_engine/clientboard.h \
|
||||
src/engine/network_engine/clientenginefactory.h \
|
||||
src/engine/network_engine/clientflop.h \
|
||||
@@ -116,6 +118,7 @@ HEADERS += src/game.h \
|
||||
src/engine/network_engine/clientriver.h \
|
||||
src/engine/network_engine/clientturn.h \
|
||||
src/engine/network_engine/clientbero.h \
|
||||
src/engine/network_engine/clientberofactory.h \
|
||||
src/gui/qt/sound/sdlplayer.h \
|
||||
src/gui/qt/mainwindow/mainwindowimpl.h \
|
||||
src/gui/qt/mainwindow/mycardspixmaplabel.h \
|
||||
@@ -168,6 +171,7 @@ SOURCES += src/game.cpp \
|
||||
src/engine/riverinterface.cpp \
|
||||
src/engine/turninterface.cpp \
|
||||
src/engine/berointerface.cpp \
|
||||
src/engine/berofactoryinterface.cpp \
|
||||
src/gui/guiinterface.cpp \
|
||||
src/core/common/thread.cpp \
|
||||
src/core/tinyxml/tinystr.cpp \
|
||||
@@ -185,6 +189,7 @@ SOURCES += src/game.cpp \
|
||||
src/engine/local_engine/localturn.cpp \
|
||||
src/engine/local_engine/tools.cpp \
|
||||
src/engine/local_engine/localbero.cpp \
|
||||
src/engine/local_engine/localberofactory.cpp \
|
||||
src/engine/network_engine/clientboard.cpp \
|
||||
src/engine/network_engine/clientenginefactory.cpp \
|
||||
src/engine/network_engine/clientflop.cpp \
|
||||
@@ -194,6 +199,7 @@ SOURCES += src/game.cpp \
|
||||
src/engine/network_engine/clientriver.cpp \
|
||||
src/engine/network_engine/clientturn.cpp \
|
||||
src/engine/network_engine/clientbero.cpp \
|
||||
src/engine/network_engine/clientberofactory.cpp \
|
||||
src/net/common/connectdata.cpp \
|
||||
src/net/common/clientcallback.cpp \
|
||||
src/net/common/clientcontext.cpp \
|
||||
@@ -242,7 +248,7 @@ SOURCES += src/game.cpp \
|
||||
src/gui/qttoolsinterface.cpp \
|
||||
src/gui/qt/qttools/qttoolswrapper.cpp \
|
||||
src/gui/qt/qttools/qthelper/qthelper.cpp \
|
||||
src/gui/generic/serverguiwrapper.cpp
|
||||
src/gui/generic/serverguiwrapper.cpp
|
||||
RESOURCES += src/gui/qt/resources.qrc
|
||||
TRANSLATIONS = ts/pokerth_de.ts \
|
||||
ts/pokerth_es.ts \
|
||||
|
||||
Reference in New Issue
Block a user