(svn r17428) -Codechange: add a function to get the name of a driver

This commit is contained in:
rubidium
2009-09-05 21:26:51 +00:00
parent 3c1aa02560
commit ad201e5a00
20 changed files with 21 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ public:
/* virtual */ bool IsSongPlaying();
/* virtual */ void SetVolume(byte vol);
/* virtual */ const char *GetName() const { return "libtimidity"; }
};
class FMusicDriver_LibTimidity: public MusicDriverFactory<FMusicDriver_LibTimidity> {