summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-06 15:25:58 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-06 15:25:58 +0200
commit5035ea3e5616578fc406998e7850c55e5f4d13a6 (patch)
tree9c0e3a80677bc36b9de2aaec1607f0e8d1e0273e /pacman-c++/actor.h
parentcbc0da21f393dc7bf2a11beaf1314c9dcaeb0999 (diff)
downloadfoop-5035ea3e5616578fc406998e7850c55e5f4d13a6.tar.gz
foop-5035ea3e5616578fc406998e7850c55e5f4d13a6.tar.bz2
foop-5035ea3e5616578fc406998e7850c55e5f4d13a6.zip
merge
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index b9e050d..39ccb88 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -17,6 +17,8 @@ public:
17 }; 17 };
18 18
19 Actor(Color::Color color, QGraphicsItem *parent = 0); 19 Actor(Color::Color color, QGraphicsItem *parent = 0);
20 virtual ~Actor() {};
21
20 PixmapItem &getIcon(); 22 PixmapItem &getIcon();
21 Color::Color getColor() { return m_color; } 23 Color::Color getColor() { return m_color; }
22 24