From 83d23230a3d71d76ee5e0368e071273beaa6d1b4 Mon Sep 17 00:00:00 2001 From: tom Date: Fri, 8 May 2015 16:16:59 -0500 Subject: death now works properly --- inc/window.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/window.hpp') diff --git a/inc/window.hpp b/inc/window.hpp index d3436d8..073a106 100644 --- a/inc/window.hpp +++ b/inc/window.hpp @@ -17,6 +17,7 @@ class Window { public: Window(); + Window(std::string){}; void Destroy(); void Clear(); -- cgit v1.2.3