aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.hpp
diff options
context:
space:
mode:
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_