#include "sound.h" #include "../board.c" void board_on_down(void) { sound_play(mxblue_board_down_wav); } void board_on_up(void) { }