diff options
Diffstat (limited to 'include/systems/dialog.hpp')
-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; }; |