From 6266e3e5577bc7c11d300a873c150b6a7900376a Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Mon, 27 Aug 2012 07:58:24 -0300 Subject: Fuck it, we're doing it live --- c/echo.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'c/echo.h') diff --git a/c/echo.h b/c/echo.h index 5c737fb..8484c59 100644 --- a/c/echo.h +++ b/c/echo.h @@ -1,6 +1,9 @@ #ifndef ECHO_H #define ECHO_H +/* Required headers */ +#include + /* Echo commands */ enum { ECHO_CMD_NONE, /* 0x00 - No command */ @@ -24,8 +27,8 @@ void echo_stop_bgm(void); void echo_resume_bgm(void); void echo_play_sfx(const void *); void echo_stop_sfx(void); -unsigned short echo_get_status(void); -void echo_send_command(unsigned char); -void echo_send_command_ex(unsigned char, const void *); +uint16_t echo_get_status(void); +void echo_send_command(uint8_t); +void echo_send_command_ex(uint8_t, const void *); #endif -- cgit v1.2.3