From 98f4a31e1a359a69dbcc0fa4055f36cefb6d4e02 Mon Sep 17 00:00:00 2001 From: totycro Date: Mon, 11 Apr 2011 12:09:04 +0200 Subject: Added basic game logic --- pacman-c++/bonuspoint.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pacman-c++/bonuspoint.h') diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index d204f72..2c5f7ea 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h @@ -10,6 +10,8 @@ public: BonusPoint(QGraphicsItem *parent=0); virtual ~BonusPoint() {}; + + virtual void enter(Actor *actor); }; #endif // BONUSPOINT_H -- cgit v1.2.3