Codechange: Pass a MusicSongInfo struct instead of bare filename to music drivers.
Preparation for later extending the info passed to music drivers.
This commit is contained in:
committed by
Michael Lutz
parent
1c2d29e1a3
commit
f946b3da56
@@ -21,7 +21,7 @@ public:
|
||||
|
||||
/* virtual */ void Stop() { }
|
||||
|
||||
/* virtual */ void PlaySong(const char *filename) { }
|
||||
/* virtual */ void PlaySong(const MusicSongInfo &song) { }
|
||||
|
||||
/* virtual */ void StopSong() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user