diff options
Diffstat (limited to 'pacman-c++/point.h')
| -rw-r--r-- | pacman-c++/point.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/point.h b/pacman-c++/point.h index ad1cf77..0e0152d 100644 --- a/pacman-c++/point.h +++ b/pacman-c++/point.h | |||
| @@ -10,6 +10,8 @@ public: | |||
| 10 | Point(QGraphicsItem *parent=0); | 10 | Point(QGraphicsItem *parent=0); |
| 11 | virtual ~Point() | 11 | virtual ~Point() |
| 12 | {}; | 12 | {}; |
| 13 | |||
| 14 | virtual void enter(Actor *actor); | ||
| 13 | }; | 15 | }; |
| 14 | 16 | ||
| 15 | #endif // POINT_H | 17 | #endif // POINT_H |
