From 9882c48dd970fda09baf219155cc61abd8460e1f Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 11 Jan 2022 19:03:38 +0100 Subject: stages now work as intended, with multiple waves : \[v0.0.9\] --- src/gameplay.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gameplay.hpp') 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; -- cgit v1.2.3