Up to sub_81446DC

This commit is contained in:
Diegoisawesome
2018-12-31 19:39:41 -06:00
parent af1e44befe
commit d28d8c850d
3 changed files with 544 additions and 1908 deletions

View File

@@ -8,7 +8,8 @@ void m4aSoundVSyncOn(void);
void m4aSoundInit(void);
void m4aSoundMain(void);
void m4aSongNumStart(u16);
void m4aSongNumStart(u16 n);
void m4aSongNumStartOrChange(u16 n);
void m4aSongNumStop(u16 n);
void m4aMPlayAllStop(void);
void m4aMPlayContinue(struct MusicPlayerInfo *mplayInfo);