From 33aae787dacf9d87851b71b5859b9f9aa88f80c5 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 12 Apr 2011 21:40:28 +0200 Subject: add siren player --- pacman-c++/mainwidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pacman-c++/mainwidget.h') diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h index 589377b..a3cde3d 100644 --- a/pacman-c++/mainwidget.h +++ b/pacman-c++/mainwidget.h @@ -3,7 +3,7 @@ #include "sceneholder.h" #include "constants.h" -#include "pixmapitem.h" +#include "audio.h" #include "pacman.pb.h" #include #include @@ -49,6 +49,7 @@ private: /* game running */ bool m_running; + AudioPlayer *m_sirenPlayer; QTcpSocket *m_socket; SceneHolder *m_scene; -- cgit v1.2.3