From e4f5224b70dd938d5872ff00fa73ac11dac2bb42 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 13 Oct 2016 21:28:35 -0400 Subject: worldsystem snags drawing, theme stuff --- include/window.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/window.hpp') diff --git a/include/window.hpp b/include/window.hpp index b642835..d168a54 100644 --- a/include/window.hpp +++ b/include/window.hpp @@ -12,7 +12,8 @@ private: public: WindowSystem(void); - ~WindowSystem(void); + + void die(void); void update(entityx::EntityManager &en, entityx::EventManager &ev, entityx::TimeDelta dt) override; }; -- cgit v1.2.3