summaryrefslogtreecommitdiff
path: root/include/m4a.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m4a.h')
-rw-r--r--include/m4a.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/m4a.h b/include/m4a.h
index 52f4281..6f2ffc5 100644
--- a/include/m4a.h
+++ b/include/m4a.h
@@ -13,14 +13,15 @@ void m4aSongNumStartOrChange(u16 n);
void m4aSongNumStop(u16 n);
void m4aMPlayAllStop(void);
void m4aMPlayContinue(struct MusicPlayerInfo *mplayInfo);
-void m4aMPlayFadeOut(struct MusicPlayerInfo *mplayInfo, u16 speed);
+void m4aMPlayFadeOut(struct MusicPlayerInfo *mplayInfo, u32 speed);
void m4aMPlayFadeOutTemporarily(struct MusicPlayerInfo *mplayInfo, u16 speed);
void m4aMPlayFadeIn(struct MusicPlayerInfo *mplayInfo, u16 speed);
void m4aMPlayImmInit(struct MusicPlayerInfo *mplayInfo);
void m4aMPlayStop(struct MusicPlayerInfo *mplayInfo);
void m4aMPlayVolumeControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u16 volume);
+void m4aSoundVSync(void);
extern struct MusicPlayerInfo gMPlayInfo_BGM; // BGM??
-
+extern struct MusicPlayerInfo gUnknown_2000970;
#endif //GUARD_M4A_H