mirror of
https://github.com/zeldaret/tmc
synced 2026-08-12 20:02:55 -04:00
naming and moving stuff
This commit is contained in:
@@ -60,4 +60,12 @@ typedef struct MusicPlayer {
|
||||
extern const MusicPlayer gMPlayTable[];
|
||||
extern const Song gSongTable[];
|
||||
|
||||
void m4aSongNumStart(u16 n);
|
||||
void m4aSongNumStartOrContinue(u16 n);
|
||||
void m4aSongNumStop(u16 n);
|
||||
void m4aMPlayAllStop(void);
|
||||
void m4aMPlayTempoControl(MusicPlayerInfo* mplayInfo, u16 tempo);
|
||||
void m4aSoundVSyncOn(void);
|
||||
void m4aSoundVSyncOff(void);
|
||||
|
||||
#endif // GUARD_M4A_INTERNAL_H
|
||||
|
||||
Reference in New Issue
Block a user