summaryrefslogtreecommitdiff
path: root/include/m4a.h
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-08-03 20:06:17 -0500
committerGitHub <noreply@github.com>2019-08-03 20:06:17 -0500
commit71442a109c3859d1a1e1418924a1a56823b9631c (patch)
treeef04c74a98cafa7da2b3556d6af4067555b9e498 /include/m4a.h
parentc427a4af00fa46f33f7167977ea834218c37cfa8 (diff)
parentb97a0894bfa099ba5ec8363f8cdc08a1c0d9e6db (diff)
Merge pull request #3 from camthesaxman/headers
move all externs to header files and update m4a library
Diffstat (limited to 'include/m4a.h')
-rwxr-xr-xinclude/m4a.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/m4a.h b/include/m4a.h
index 1a68f8c..4e6c236 100755
--- a/include/m4a.h
+++ b/include/m4a.h
@@ -8,8 +8,8 @@ void m4aSoundVSyncOn(void);
void m4aSoundInit(void);
void m4aSoundMain(void);
-void m4aSongNumStart(u16);
-void m4aSongNumStop(u16 n);
+void m4aSongNumStart(u16 n);
+void m4aSongNumStartOrChange(u16 n);
void m4aMPlayAllStop(void);
void m4aMPlayContinue(struct MusicPlayerInfo *mplayInfo);
void m4aMPlayVolumeControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u16 volume);
@@ -18,7 +18,9 @@ void m4aMPlayFadeOutTemporarily(struct MusicPlayerInfo *mplayInfo, u16 speed);
void m4aMPlayFadeIn(struct MusicPlayerInfo *mplayInfo, u16 speed);
void m4aMPlayImmInit(struct MusicPlayerInfo *mplayInfo);
-extern struct MusicPlayerInfo gMPlayInfo_02032EE0;
+extern struct MusicPlayerInfo gMPlayInfo_BGM;
+extern struct MusicPlayerInfo gMPlayInfo_SE1;
+extern struct MusicPlayerInfo gMPlayInfo_SE2;
extern struct SoundInfo gSoundInfo;
#endif //GUARD_M4A_H