summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index 5ec1a59..1739d9f 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -46,12 +46,17 @@ public:
46private: 46private:
47 void moveByServer(Movement direction); 47 void moveByServer(Movement direction);
48 48
49private slots:
50 void startPlayer1();
51 void startPlayer2();
52
49private: 53private:
50 QPixmap m_pix; 54 QPixmap m_pix;
51 Movement m_direction; 55 Movement m_direction;
52 PixmapItem m_icon; 56 PixmapItem m_icon;
53 bool m_local; 57 bool m_local;
54 AudioPlayer *m_wakaPlayer; 58 AudioPlayer *m_wakaPlayer1;
59 AudioPlayer *m_wakaPlayer2;
55 60
56 unsigned int m_roundPoints; 61 unsigned int m_roundPoints;
57 unsigned int m_gamePoints; 62 unsigned int m_gamePoints;