diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h index 1142efb..6d8a64f 100644 --- a/src/game.h +++ b/src/game.h | |||
@@ -99,6 +99,9 @@ public: | |||
99 | //size_t oldZoom; | 99 | //size_t oldZoom; |
100 | int zoomProgress = 0; | 100 | int zoomProgress = 0; |
101 | 101 | ||
102 | bool firstInput = false; | ||
103 | Input lastInput; | ||
104 | |||
102 | }; | 105 | }; |
103 | 106 | ||
104 | #endif /* end of include guard: GAME_H_7D2B65AE */ | 107 | #endif /* end of include guard: GAME_H_7D2B65AE */ |