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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/source/shell/game.h b/src/include/source/shell/game.h
new file mode 100644
index 0000000..f6dcbc8
--- /dev/null
+++ b/src/include/source/shell/game.h
@@ -0,0 +1,8 @@
+#ifndef SOURCE_SHELL_GAME
+#define SOURCE_SHELL_GAME
+
+#include<types.h>
+
+void game_keyboard_handler(uint16_t keycode);
+
+#endif