diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-30 11:02:39 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-30 11:02:39 -0400 |
commit | b1f93a4f8a5a3e84db9f00d0b41749d4fb32ed26 (patch) | |
tree | 83016b80294f6b7681093ae46aa55840b6fb9ec1 /include/systems | |
parent | 69768fdc5050bbe5877bf80108584400ea292a4f (diff) |
event feature work; ozone bgm redone
Diffstat (limited to 'include/systems')
-rw-r--r-- | include/systems/dialog.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/systems/dialog.hpp b/include/systems/dialog.hpp index 407f043..9fd3b90 100644 --- a/include/systems/dialog.hpp +++ b/include/systems/dialog.hpp @@ -8,7 +8,7 @@ class DialogSystem : public entityx::System<DialogSystem>, public entityx::Receiver<DialogSystem> { public: void configure(entityx::EventManager&); - void receive(const MouseClickEvent&); + bool receive(const MouseClickEvent&); void update(entityx::EntityManager&, entityx::EventManager&, entityx::TimeDelta) override; }; |