From 184f6cb48c5f78d69c5cc3e3da928457e2ecd7dc Mon Sep 17 00:00:00 2001 From: M Date: Mon, 20 Nov 2017 07:19:30 +0100 Subject: added void m4aSongNumStartOrChange(u16); to m4a.h --- include/m4a.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3