This commit is contained in:
2022-07-28 19:07:20 +00:00
parent 476c7ea0c6
commit 760765d350
4 changed files with 40 additions and 1 deletions

View File

@@ -87,3 +87,39 @@ void play_song(const char *midi, const char *sf)
cursong.filter = dsp_midi_fillbuf;
first_free_bus(cursong);
}
void music_play()
{
}
void music_stop()
{
}
void music_volume()
{
}
void music_resume()
{
}
void music_paused()
{
}
void music_pause()
{
}
void sound_play()
{
}