diff options
Diffstat (limited to 'include/window.hpp')
-rw-r--r-- | include/window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/window.hpp b/include/window.hpp index 364ac8f..55cbe1c 100644 --- a/include/window.hpp +++ b/include/window.hpp @@ -20,6 +20,7 @@ public: void configure(entityx::EventManager &ev); void update(entityx::EntityManager &en, entityx::EventManager &ev, entityx::TimeDelta dt) override; void receive(const WindowResizeEvent&); + void receive(const ScreenshotEvent&); }; #endif // WINDOW_HPP_ |