From b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 4 Jan 2022 14:41:22 +0100 Subject: start menu and retry --- 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 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_ -- cgit v1.2.3