diff options
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/world.hpp b/include/world.hpp index b4986e1..e47f78f 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -177,6 +177,8 @@ public: bool save(void); void load(const std::string& file); + + void fight(entityx::Entity entity); }; #endif // WORLD_HPP_ |