aboutsummaryrefslogtreecommitdiffstats
path: root/include/player.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-07-30 11:02:39 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-07-30 11:02:39 -0400
commitb1f93a4f8a5a3e84db9f00d0b41749d4fb32ed26 (patch)
tree83016b80294f6b7681093ae46aa55840b6fb9ec1 /include/player.hpp
parent69768fdc5050bbe5877bf80108584400ea292a4f (diff)
event feature work; ozone bgm redone
Diffstat (limited to 'include/player.hpp')
-rw-r--r--include/player.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/player.hpp b/include/player.hpp
index 077e798..ffd2863 100644
--- a/include/player.hpp
+++ b/include/player.hpp
@@ -53,15 +53,15 @@ public:
* Handles key up events for the player.
* @param kue key up event data
*/
- void receive(const KeyUpEvent&);
+ bool receive(const KeyUpEvent&);
/**
* Handles key down events for the player.
* @param kde key down event data
*/
- void receive(const KeyDownEvent&);
+ bool receive(const KeyDownEvent&);
- void receive(const UseItemEvent&);
+ bool receive(const UseItemEvent&);
/**
* Gets the player's position.