diff options
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp index 2af4642..ac55b56 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -177,7 +177,7 @@ public: void fight(entityx::Entity entity); - void die(void); + static void die(void); }; #endif // WORLD_HPP_ |