summaryrefslogtreecommitdiff
path: root/src/include/source/shell/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/source/shell/game.h')
-rw-r--r--src/include/source/shell/game.h1
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