1 2 3 4 5 6 7 8
#ifndef SOURCE_SHELL_GAME #define SOURCE_SHELL_GAME #include<types.h> void game_keyboard_handler(uint16_t keycode); #endif