diff options
Diffstat (limited to 'include/player.hpp')
-rw-r--r-- | include/player.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/player.hpp b/include/player.hpp index 2d232ab..2c65717 100644 --- a/include/player.hpp +++ b/include/player.hpp @@ -62,6 +62,8 @@ public: */ void receive(const KeyDownEvent&); + void receive(const UseItemEvent&); + /** * Gets the player's position. * @return the player's position |