From bc5241600a33f7271a839105c4752ad24f202c1c Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 5 Sep 2009 21:26:51 +0000 Subject: (svn r17428) -Codechange: add a function to get the name of a driver --- src/music/os2_m.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/music/os2_m.h') diff --git a/src/music/os2_m.h b/src/music/os2_m.h index 8337c3f0b..87c45873c 100644 --- a/src/music/os2_m.h +++ b/src/music/os2_m.h @@ -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 { -- cgit v1.2.3-54-g00ecf