(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() { return true; }
|
||||
|
||||
/* virtual */ void SetVolume(byte vol) { }
|
||||
/* virtual */ const char *GetName() const { return "null"; }
|
||||
};
|
||||
|
||||
class FMusicDriver_Null: public MusicDriverFactory<FMusicDriver_Null> {
|
||||
|
||||
Reference in New Issue
Block a user