From b1f93a4f8a5a3e84db9f00d0b41749d4fb32ed26 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 30 Jul 2017 11:02:39 -0400 Subject: event feature work; ozone bgm redone --- include/window.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/window.hpp') 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_ -- cgit v1.2.3