diff options
Diffstat (limited to 'pacman-c++/pixmapitem.h')
| -rw-r--r-- | pacman-c++/pixmapitem.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pacman-c++/pixmapitem.h b/pacman-c++/pixmapitem.h index 7560556..f57c22a 100644 --- a/pacman-c++/pixmapitem.h +++ b/pacman-c++/pixmapitem.h | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | #ifndef PIXMAPITEM__H | 1 | #ifndef PIXMAPITEM__H |
| 2 | #define PIXMAPITEM__H | 2 | #define PIXMAPITEM__H |
| 3 | 3 | ||
| 4 | #include "gameentity.h" | ||
| 5 | #include <QtGui/QGraphicsObject> | 4 | #include <QtGui/QGraphicsObject> |
| 6 | #include <QtGui/QGraphicsScene> | 5 | #include <QtGui/QGraphicsScene> |
| 7 | 6 | ||
| 8 | class PixmapItem | 7 | class PixmapItem |
| 9 | : public QGraphicsObject, public GameEntity | 8 | : public QGraphicsObject |
| 10 | { | 9 | { |
| 11 | public: | 10 | public: |
| 12 | PixmapItem(QGraphicsItem *parent = 0); | 11 | PixmapItem(QGraphicsItem *parent = 0); |
