aboutsummaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorJavier Degirolmo2012-07-08 13:01:59 -0300
committerJavier Degirolmo2012-07-08 13:01:59 -0300
commitf1c7ea7fef1eeb8753379a453d046a5c2d3244a4 (patch)
tree62cd4c070931e3d74edef9bbe615c50a0de8a075 /c
parent8a5cccd243900adb4963006765c3251b37028f10 (diff)
Oops
Diffstat (limited to 'c')
-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 *);