diff options
Diffstat (limited to 'c/echo.c')
| -rw-r--r-- | c/echo.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -155,6 +155,15 @@ void echo_stop_bgm(void) { } //*************************************************************************** +// echo_resume_bgm +// Resumes background music playback. +//*************************************************************************** + +void echo_resume_bgm(void) { + echo_send_command(ECHO_CMD_RESUMEBGM); +} + +//*************************************************************************** // echo_play_sfx // Starts playing a sound effect. //--------------------------------------------------------------------------- |
