aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/macosx/macosx.h
diff options
context:
space:
mode:
authorJohannes Schickel2016-03-21 01:48:38 +0100
committerJohannes Schickel2016-03-21 01:48:38 +0100
commit5336882555e4834bb5b93fddcf4231d3def9d028 (patch)
tree757cc1dd3d5112f7ae479f86d2d11e0cf378e9bc /backends/platform/sdl/macosx/macosx.h
parent00edd712e85c7811c1b6f1119ad2abcad6999ce9 (diff)
parentafe8ea139ccc4e563260494c236642153c540001 (diff)
downloadscummvm-rg350-5336882555e4834bb5b93fddcf4231d3def9d028.tar.gz
scummvm-rg350-5336882555e4834bb5b93fddcf4231d3def9d028.tar.bz2
scummvm-rg350-5336882555e4834bb5b93fddcf4231d3def9d028.zip
Merge pull request #704 from lordhoto/clone2727-audiocd
Implement Custom Audio CD Support for Win32, Linux, and Mac OS X.
Diffstat (limited to 'backends/platform/sdl/macosx/macosx.h')
-rw-r--r--backends/platform/sdl/macosx/macosx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/sdl/macosx/macosx.h b/backends/platform/sdl/macosx/macosx.h
index c8b4beaeec..6905284a5f 100644
--- a/backends/platform/sdl/macosx/macosx.h
+++ b/backends/platform/sdl/macosx/macosx.h
@@ -38,6 +38,11 @@ public:
virtual void init();
virtual void initBackend();
virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0);
+
+protected:
+ // Override createAudioCDManager() to get our Mac-specific
+ // version.
+ virtual AudioCDManager *createAudioCDManager();
};
#endif