diff options
| author | Javier Degirolmo | 2012-07-15 21:02:54 -0300 |
|---|---|---|
| committer | Javier Degirolmo | 2012-07-15 21:02:54 -0300 |
| commit | c7cf8a2eb4178f59a5dfe2c3ad6bf1a39eeca523 (patch) | |
| tree | ddaf8602e1d089644753d6e0a52421f35b730b10 /c/echo.c | |
| parent | 84ce0220dd5449587467c37d7afbd99fb1fbe69e (diff) | |
Added BGM pausing support (stop BGM to pause, resume BGM to unpause)
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. //--------------------------------------------------------------------------- |
