diff options
Diffstat (limited to 'pacman-c++/gameentity.cpp')
| -rw-r--r-- | pacman-c++/gameentity.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pacman-c++/gameentity.cpp b/pacman-c++/gameentity.cpp index ec43d93..8711ebe 100644 --- a/pacman-c++/gameentity.cpp +++ b/pacman-c++/gameentity.cpp | |||
| @@ -1,9 +1,6 @@ | |||
| 1 | |||
| 2 | #include "gameentity.h" | 1 | #include "gameentity.h" |
| 3 | 2 | ||
| 4 | |||
| 5 | GameEntity::GameEntity() | 3 | GameEntity::GameEntity() |
| 6 | : m_eaten(false) | 4 | : m_eaten(false) |
| 7 | { | 5 | { |
| 8 | } | 6 | } |
| 9 | |||
