diff options
Diffstat (limited to 'include/window.hpp')
-rw-r--r-- | include/window.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/window.hpp b/include/window.hpp index 36618e5..29ea76b 100644 --- a/include/window.hpp +++ b/include/window.hpp @@ -41,8 +41,8 @@ public: static void render(void); - void receive(const WindowResizeEvent&); - void receive(const ScreenshotEvent&); + bool receive(const WindowResizeEvent&); + bool receive(const ScreenshotEvent&); }; #endif // WINDOW_HPP_ |