aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameplay.hpp')
-rw-r--r--src/gameplay.hpp1
1 files changed, 1 insertions, 0 deletions
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
};