summaryrefslogtreecommitdiff
path: root/include/m4a.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-06-14 09:05:18 -0400
committerGitHub <noreply@github.com>2019-06-14 09:05:18 -0400
commit117c3fb8cc0f476cc3408afdb316f3ece41a1fe4 (patch)
treeb1504928152a96158c27959a370a058b6962ceed /include/m4a.h
parentb26196e1f874fe5ebe9fe306e7ce18c06fa23715 (diff)
parentbba7f06cd939e3e4df0f445708c8c86bd0f36906 (diff)
Merge pull request #67 from pret/help_system
Help system
Diffstat (limited to 'include/m4a.h')
-rw-r--r--include/m4a.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m4a.h b/include/m4a.h
index 24b454104..2bb7f2124 100644
--- a/include/m4a.h
+++ b/include/m4a.h
@@ -5,6 +5,11 @@
#include "gba/m4a_internal.h"
+extern struct MusicPlayerInfo gMPlayInfo_BGM;
+extern struct MusicPlayerInfo gMPlayInfo_SE1;
+extern struct MusicPlayerInfo gMPlayInfo_SE2;
+extern struct MusicPlayerInfo gMPlayInfo_SE3;
+
void m4aSoundVSync(void);
void m4aSoundVSyncOn(void);