aboutsummaryrefslogtreecommitdiff
path: root/board/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/board.c')
-rw-r--r--board/board.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/board.c b/board/board.c
new file mode 100644
index 0000000..0410aef
--- /dev/null
+++ b/board/board.c
@@ -0,0 +1,8 @@
+#include "board.h"
+
+static fn_sound_play sound_play;
+
+void board_init(fn_sound_play sp)
+{
+ sound_play = sp;
+} \ No newline at end of file