From 63f9cf175480c8f5c41ca4a7fbd350053932c96d Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Wed, 5 Jan 2022 22:23:10 +0100 Subject: longer shotty range, add hit function which does not work --- src/gameplay.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gameplay.hpp') diff --git a/src/gameplay.hpp b/src/gameplay.hpp index 62da89f..6720560 100644 --- a/src/gameplay.hpp +++ b/src/gameplay.hpp @@ -48,6 +48,7 @@ class Game { int tick() const; int getKeys() const; int shoot() const; + int hit(Entity en, Vector2 add1, Vector2 add2) const ; std::string const &getNext() const; // returns next level's string }; -- cgit v1.2.3