notification-sound for "its your turn" in online game

This commit is contained in:
doitux
2007-06-15 03:15:27 +00:00
parent e84c0cbfb8
commit 9b766c26c8
6 changed files with 29 additions and 7 deletions
+4
View File
@@ -69,6 +69,8 @@ public:
void setLog(Log* l) { myLog = l; }
void setChat(Chat* c) { myChat = c; }
SDLPlayer* getMySDLPlayer() const { return mySDLPlayer; }
void setSpeeds();
signals:
@@ -269,6 +271,8 @@ public slots:
void quitPokerTH();
private:
boost::shared_ptr<GuiInterface> myServerGuiInterface;