diff options
Diffstat (limited to 'pacman-c++/actor.h')
| -rw-r--r-- | pacman-c++/actor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h index 794f00b..5ec1a59 100644 --- a/pacman-c++/actor.h +++ b/pacman-c++/actor.h | |||
| @@ -33,7 +33,8 @@ public: | |||
| 33 | void move(Movement direction); | 33 | void move(Movement direction); |
| 34 | bool isMoving(); | 34 | bool isMoving(); |
| 35 | void die(); | 35 | void die(); |
| 36 | void eatingCherry(); | 36 | void eatingFruit(); |
| 37 | void eatingPacman(); | ||
| 37 | void startEating(); | 38 | void startEating(); |
| 38 | void stopEating(); | 39 | void stopEating(); |
| 39 | 40 | ||
