add SDLPlayer class

This commit is contained in:
doitux
2007-06-01 21:34:27 +00:00
parent 68a3abdc75
commit e5507dce60
4 changed files with 132 additions and 7 deletions
+6 -2
View File
@@ -13,6 +13,7 @@ INCLUDEPATH += . \
src/engine/network_engine \
src/config \
src/core/tinyxml \
src/sound \
src/gui/qt \
src/gui/qt/connecttoserverdialog \
src/core \
@@ -35,6 +36,7 @@ INCLUDEPATH += . \
DEPENDPATH += . \
src \
src/config \
src/sound \
src/core \
src/engine \
src/gui \
@@ -133,7 +135,8 @@ HEADERS += src/game.h \
src/gui/qttoolsinterface.h \
src/gui/qt/qttools/qttoolswrapper.h \
src/gui/qt/qttools/qthelper/qthelper.h \
src/gui/generic/serverguiwrapper.h
src/gui/generic/serverguiwrapper.h \
src/sound/sdlplayer.h
FORMS += src/gui/qt/mainwindow.ui \
src/gui/qt/aboutpokerth.ui \
src/gui/qt/connecttoserverdialog.ui \
@@ -225,7 +228,8 @@ 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 \
src/sound/sdlplayer.cpp
RESOURCES += src/gui/qt/resources.qrc
TRANSLATIONS = ts/pokerth_de.ts \
ts/pokerth_es.ts \