diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-07 21:56:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-07 21:56:54 -0800 |
commit | 0f3b635525cb19056d64560c01dbfed8fe21ceac (patch) | |
tree | 4041f375bb7087de90755377a819c77cd0122568 /include/m4a.h | |
parent | 0e371dcb1a76859f93b3d4cc1dc5ef48696b98b7 (diff) | |
parent | e16471c52a1905921629ef823cb9e417a0707201 (diff) |
Merge pull request #510 from Made-s/master
Decompile roulette and roulette_util
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); |