summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-05 17:50:57 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-05 17:50:57 +0200
commit050e11002cb05586cf0f013b234c6801a9d876c4 (patch)
tree00e54db649f2755f793609be4b59e971736b80b5 /pacman-c++/actor.h
parent7a56db7a6e9a21c1e2782f27b2f04ccc387d4efe (diff)
downloadfoop-050e11002cb05586cf0f013b234c6801a9d876c4.tar.gz
foop-050e11002cb05586cf0f013b234c6801a9d876c4.tar.bz2
foop-050e11002cb05586cf0f013b234c6801a9d876c4.zip
Added simple scorebox
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h1
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
22private: 23private:
23 QPixmap m_pix; 24 QPixmap m_pix;