aboutsummaryrefslogtreecommitdiffstats
path: root/include/window.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-10-13 21:28:35 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-10-13 21:28:35 -0400
commite4f5224b70dd938d5872ff00fa73ac11dac2bb42 (patch)
treeb196dd22c79e53e136d0e3cae67329b3bfce248f /include/window.hpp
parent1493986b6b22d83cf6c1641a02202bd7b36258a1 (diff)
worldsystem snags drawing, theme stuff
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;
};