summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-12 21:40:28 +0200
committermanuel <manuel@mausz.at>2011-04-12 21:40:28 +0200
commit33aae787dacf9d87851b71b5859b9f9aa88f80c5 (patch)
tree663331ccd7f8200aed7de0b8bac709076afe56bc /pacman-c++/mainwidget.h
parent26c2af49cc410b7bd2ea6017a5454381087e960b (diff)
downloadfoop-33aae787dacf9d87851b71b5859b9f9aa88f80c5.tar.gz
foop-33aae787dacf9d87851b71b5859b9f9aa88f80c5.tar.bz2
foop-33aae787dacf9d87851b71b5859b9f9aa88f80c5.zip
add siren player
Diffstat (limited to 'pacman-c++/mainwidget.h')
-rw-r--r--pacman-c++/mainwidget.h3
1 files changed, 2 insertions, 1 deletions
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 @@
3 3
4#include "sceneholder.h" 4#include "sceneholder.h"
5#include "constants.h" 5#include "constants.h"
6#include "pixmapitem.h" 6#include "audio.h"
7#include "pacman.pb.h" 7#include "pacman.pb.h"
8#include <QtGui> 8#include <QtGui>
9#include <QtCore> 9#include <QtCore>
@@ -49,6 +49,7 @@ private:
49 49
50 /* game running */ 50 /* game running */
51 bool m_running; 51 bool m_running;
52 AudioPlayer *m_sirenPlayer;
52 53
53 QTcpSocket *m_socket; 54 QTcpSocket *m_socket;
54 SceneHolder *m_scene; 55 SceneHolder *m_scene;