From a2f67fbe8fe6b27f661e70ce2b6b75c17cd1fe54 Mon Sep 17 00:00:00 2001 From: sik Date: Mon, 21 Aug 2017 16:00:09 -0300 Subject: Update to echo_init in the C API --- c/echo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/echo.h') diff --git a/c/echo.h b/c/echo.h index c1d6062..dd89600 100644 --- a/c/echo.h +++ b/c/echo.h @@ -24,7 +24,7 @@ enum { #define ECHO_STAT_BUSY 0x8000 /* Echo still didn't parse command */ /* Function prototypes */ -void echo_init(const void **list); +void echo_init(const void* const* list); void echo_play_bgm(const void *esf); void echo_stop_bgm(void); void echo_pause_bgm(void); -- cgit v1.2.3