diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 00:57:06 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 00:57:06 -0500 |
commit | d82f540378be826c1eb5ba85a5e5f61b582cc36b (patch) | |
tree | 7d48fb94de4c42dbcadb9b012911d2b2c9eda6de /include/m4a.h | |
parent | 897107d1eae649e71213539aba7146fe2b2e2e70 (diff) | |
parent | 0f3b635525cb19056d64560c01dbfed8fe21ceac (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into assert
Diffstat (limited to 'include/m4a.h')
-rw-r--r-- | include/m4a.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m4a.h b/include/m4a.h index 7d016c98b..57a749a58 100644 --- a/include/m4a.h +++ b/include/m4a.h @@ -8,6 +8,7 @@ void m4aSoundVSync(void); void m4aSoundInit(void); void m4aSoundMain(void); void m4aSongNumStart(u16); +void m4aSongNumStartOrChange(u16); void m4aSongNumStop(u16 n); void m4aMPlayAllStop(void); void m4aMPlayContinue(struct MusicPlayerInfo *mplayInfo); |