aboutsummaryrefslogtreecommitdiff
path: root/c/echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/echo.h')
-rw-r--r--c/echo.h1
1 files changed, 1 insertions, 0 deletions
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 *);