aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-04 14:41:22 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-04 14:41:22 +0100
commitb99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01 (patch)
treef5c5dd1b839568bd13ab9a94b81dd04bcfcc3649 /src/gameplay.hpp
parentshooting is fun hahahahahaha (diff)
downloadthreshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.tar.gz
threshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.tar.bz2
threshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.tar.xz
threshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.tar.zst
threshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.zip
start menu and retry
Diffstat (limited to '')
-rw-r--r--src/gameplay.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gameplay.hpp b/src/gameplay.hpp
index 151b591..4ff3608 100644
--- a/src/gameplay.hpp
+++ b/src/gameplay.hpp
@@ -19,8 +19,8 @@ class Game {
void start() const ;
void draw() const ;
- void tick() const ;
- void getKeys() const ;
+ int tick() const ;
+ int getKeys() const ;
};
#endif // GAMEPLAY_H_