diff options
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index fa711d2..bfa2fdd 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -28,7 +28,7 @@ public: ev.subscribe<MainSDLEvent>(*this); } - void receive(const MainSDLEvent& event); + bool receive(const MainSDLEvent& event); void update(entityx::EntityManager &en, entityx::EventManager &ev, entityx::TimeDelta dt) override; }; |