summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM <No Email>2017-11-20 07:19:30 +0100
committerMade-s <made111@gmx.de>2018-01-06 00:24:34 +0100
commit184f6cb48c5f78d69c5cc3e3da928457e2ecd7dc (patch)
tree713cdce4c93a5a9988b4079d3e7fbef107bdcbe1
parent5753d1b615345ad55d926da75d8680181bbda01a (diff)
added void m4aSongNumStartOrChange(u16); to 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 7d016c98b..57a749a58 100644
--- a/include/m4a.h
+++ b/include/m4a.h
@@ -8,6 +8,7 @@ void m4aSoundVSync(void);
void m4aSoundInit(void);
void m4aSoundMain(void);
void m4aSongNumStart(u16);
+void m4aSongNumStartOrChange(u16);
void m4aSongNumStop(u16 n);
void m4aMPlayAllStop(void);
void m4aMPlayContinue(struct MusicPlayerInfo *mplayInfo);