diff options
Diffstat (limited to 'pacman-c++/mainwidget.h')
| -rw-r--r-- | pacman-c++/mainwidget.h | 3 |
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; |
