From 88579e8ab934e1ec50ee4c1a5e2d39b1308c1db9 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 8 May 2015 14:25:47 -0500 Subject: all creatures should die now, and leave a body which is a resource. they currently don't have a way to gain health so they live short sad lives. haven't compiled or tested, so more work needs to be done --- inc/resource.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/resource.hpp') diff --git a/inc/resource.hpp b/inc/resource.hpp index 383e9ef..7417908 100644 --- a/inc/resource.hpp +++ b/inc/resource.hpp @@ -8,6 +8,7 @@ class Resource: public Entity { public: Resource(Window m, std::string s); + Resource(Window m, std::string s, Location z); Location getLocation(); private: -- cgit v1.2.3