summaryrefslogtreecommitdiff
path: root/include/m4a.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2020-01-10 14:12:32 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2020-01-10 14:12:32 +0800
commitdd381f49827a1e08b460336cf3bc496961d3eaec (patch)
tree08f7450cefbc020fcf22737c80ff0334c7b541e8 /include/m4a.h
parent514a67edc114ab7772ebd823919b462e0f8c5a9b (diff)
use headers in main.c
Diffstat (limited to 'include/m4a.h')
-rw-r--r--include/m4a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m4a.h b/include/m4a.h
index 2bb7f2124..ee23d917a 100644
--- a/include/m4a.h
+++ b/include/m4a.h
@@ -9,6 +9,7 @@ extern struct MusicPlayerInfo gMPlayInfo_BGM;
extern struct MusicPlayerInfo gMPlayInfo_SE1;
extern struct MusicPlayerInfo gMPlayInfo_SE2;
extern struct MusicPlayerInfo gMPlayInfo_SE3;
+extern struct SoundInfo gSoundInfo;
void m4aSoundVSync(void);
void m4aSoundVSyncOn(void);