aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-04-28 15:28:18 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-04-28 15:28:18 -0400
commit18380eb2e6443c2736b4958b01e7ba2fe2cfa318 (patch)
tree32a32d9061613445702f05ff64f42206ee27848f /include/world.hpp
parentcbfec643e85c2ca6516195bec8df77c33525a87f (diff)
ui menu fix
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/world.hpp b/include/world.hpp
index 163676d..2af4642 100644
--- a/include/world.hpp
+++ b/include/world.hpp
@@ -176,6 +176,8 @@ public:
static void load(const std::string& file);
void fight(entityx::Entity entity);
+
+ void die(void);
};
#endif // WORLD_HPP_