summaryrefslogtreecommitdiff
path: root/src/music.h
blob: 259f1826505962d66cba066c0f60b5651dec03fd (plain)
1
2
3
4
#ifndef MUSIC_H
#define MUSIC_H 
u8 hijackMusicWithSongName(const char *songName, int themeID, bool hasFast, int channelCount, int trackCount, int *wantRealStreamID);
#endif /* MUSIC_H */