#ifndef SOURCE_SHELL_GAME #define SOURCE_SHELL_GAME #include void game_keyboard_handler(uint16_t keycode); void game_timer_handler(void); #endif