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, 1 insertions, 6 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index 1739d9f..507a8e2 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -46,17 +46,12 @@ public:
46private: 46private:
47 void moveByServer(Movement direction); 47 void moveByServer(Movement direction);
48 48
49private slots:
50 void startPlayer1();
51 void startPlayer2();
52
53private: 49private:
54 QPixmap m_pix; 50 QPixmap m_pix;
55 Movement m_direction; 51 Movement m_direction;
56 PixmapItem m_icon; 52 PixmapItem m_icon;
57 bool m_local; 53 bool m_local;
58 AudioPlayer *m_wakaPlayer1; 54 GaplessAudioPlayer *m_wakaPlayer;
59 AudioPlayer *m_wakaPlayer2;
60 55
61 unsigned int m_roundPoints; 56 unsigned int m_roundPoints;
62 unsigned int m_gamePoints; 57 unsigned int m_gamePoints;