aboutsummaryrefslogtreecommitdiffstats
path: root/include/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/window.hpp')
-rw-r--r--include/window.hpp3
1 files changed, 2 insertions, 1 deletions
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;
};