diff options
Diffstat (limited to '')
-rw-r--r-- | src/gameplay.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gameplay.hpp b/src/gameplay.hpp index 3a4f4cb..a759f42 100644 --- a/src/gameplay.hpp +++ b/src/gameplay.hpp @@ -69,8 +69,8 @@ class Game { void start(); void draw(); - int tick() const; - int getKeys() const; + int tick() ; + int getKeys() ; int shoot() const; int hit(Entity en, Vector2 add1, Vector2 add2) const; |