diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-06-06 00:11:11 +0200 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-06-08 13:59:25 +0200 |
| commit | 58240b0509d11b09ce2994b88308650e7cfb93bd (patch) | |
| tree | a21fb3bac12259c412cc2c6becc69376fbb4a9a4 /src/include/source/shell/game.h | |
| parent | 4fc9a5b06a0b50db6fc12d4ab7d937766e9ec8a7 (diff) | |
game and keyboard small fixv1.0.2
Diffstat (limited to 'src/include/source/shell/game.h')
| -rw-r--r-- | src/include/source/shell/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/source/shell/game.h b/src/include/source/shell/game.h index f6dcbc8..bb705bf 100644 --- a/src/include/source/shell/game.h +++ b/src/include/source/shell/game.h @@ -4,5 +4,6 @@ #include<types.h> void game_keyboard_handler(uint16_t keycode); +void game_timer_handler(void); #endif |
