diff options
Diffstat (limited to 'pacman-c++/point.h')
| -rw-r--r-- | pacman-c++/point.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/point.h b/pacman-c++/point.h index 944764b..9fd9929 100644 --- a/pacman-c++/point.h +++ b/pacman-c++/point.h | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | #ifndef POINT_H | 1 | #ifndef POINT_H |
| 2 | #define POINT_H | 2 | #define POINT_H |
| 3 | 3 | ||
| 4 | #include "pixmapitem.h" | 4 | #include "gameentity.h" |
| 5 | 5 | ||
| 6 | class Point | 6 | class Point |
| 7 | : public PixmapItem | 7 | : public GameEntity |
| 8 | { | 8 | { |
| 9 | public: | 9 | public: |
| 10 | Point(QGraphicsItem *parent=0); | 10 | Point(QGraphicsItem *parent=0); |
