(svn r17428) -Codechange: add a function to get the name of a driver
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
/* virtual */ bool IsSongPlaying();
|
||||
|
||||
/* virtual */ void SetVolume(byte vol);
|
||||
/* virtual */ const char *GetName() const { return "os2"; }
|
||||
};
|
||||
|
||||
class FMusicDriver_OS2: public MusicDriverFactory<FMusicDriver_OS2> {
|
||||
|
||||
Reference in New Issue
Block a user