diff options
Diffstat (limited to 'pacman-c++/actor.h')
| -rw-r--r-- | pacman-c++/actor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h index e7d3ebc..c30c62a 100644 --- a/pacman-c++/actor.h +++ b/pacman-c++/actor.h | |||
| @@ -33,6 +33,7 @@ public: | |||
| 33 | {}; | 33 | {}; |
| 34 | 34 | ||
| 35 | PixmapItem &icon(); | 35 | PixmapItem &icon(); |
| 36 | const QString iconStr(); | ||
| 36 | Movement direction(); | 37 | Movement direction(); |
| 37 | void setDirection(Movement direction); | 38 | void setDirection(Movement direction); |
| 38 | void reset(); | 39 | void reset(); |
