From f1c7ea7fef1eeb8753379a453d046a5c2d3244a4 Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Sun, 8 Jul 2012 13:01:59 -0300 Subject: Oops --- c/echo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/echo.h') diff --git a/c/echo.h b/c/echo.h index 526e24e..edeb08b 100644 --- a/c/echo.h +++ b/c/echo.h @@ -31,6 +31,7 @@ enum { #define ECHO_STAT_BUSY 0x8000 /* Echo still didn't parse command */ /* Function prototypes */ +void echo_init(void); void echo_play_bgm(const void *); void echo_stop_bgm(void); void echo_play_sfx(const void *); -- cgit v1.2.3