diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 14:41:22 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 14:41:22 +0100 |
commit | b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01 (patch) | |
tree | f5c5dd1b839568bd13ab9a94b81dd04bcfcc3649 /src/gameplay.hpp | |
parent | shooting is fun hahahahahaha (diff) | |
download | threshold-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.hpp | 4 |
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_ |