diff options
Diffstat (limited to 'pacman-c++/gameentity.cpp')
| -rw-r--r-- | pacman-c++/gameentity.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pacman-c++/gameentity.cpp b/pacman-c++/gameentity.cpp deleted file mode 100644 index e73e759..0000000 --- a/pacman-c++/gameentity.cpp +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #include "gameentity.h" | ||
| 2 | |||
| 3 | GameEntity::GameEntity(Color::Color color, QGraphicsItem *parent) | ||
| 4 | : PixmapItem(parent), m_type(Type), m_color(color) | ||
| 5 | {} | ||
| 6 | |||
| 7 | GameEntity::GameEntity(QGraphicsItem *parent) | ||
| 8 | : PixmapItem(parent), m_type(Type), m_color(Color::none) | ||
| 9 | {} | ||
