diff options
Diffstat (limited to 'pacman-c++/actor.h')
| -rw-r--r-- | pacman-c++/actor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h index 5e9ed72..c94be3c 100644 --- a/pacman-c++/actor.h +++ b/pacman-c++/actor.h | |||
| @@ -18,6 +18,7 @@ public: | |||
| 18 | 18 | ||
| 19 | Actor(Color color, QGraphicsItem *parent = 0); | 19 | Actor(Color color, QGraphicsItem *parent = 0); |
| 20 | PixmapItem &getIcon(); | 20 | PixmapItem &getIcon(); |
| 21 | Color getColor() { return m_color; } | ||
| 21 | 22 | ||
| 22 | private: | 23 | private: |
| 23 | QPixmap m_pix; | 24 | QPixmap m_pix; |
