aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/win32/win32.h
diff options
context:
space:
mode:
authorMatthew Hoops2015-09-29 17:47:57 -0400
committerJohannes Schickel2016-03-13 13:56:51 +0100
commit2aa2a6b56cd011673e0899a48daac5593e4f198f (patch)
tree4ee83cd8182453c879322de23aff4f68a47e7a25 /backends/platform/sdl/win32/win32.h
parent2ee85fcbd9a457d041436e4cdb600a2171ad0b1c (diff)
downloadscummvm-rg350-2aa2a6b56cd011673e0899a48daac5593e4f198f.tar.gz
scummvm-rg350-2aa2a6b56cd011673e0899a48daac5593e4f198f.tar.bz2
scummvm-rg350-2aa2a6b56cd011673e0899a48daac5593e4f198f.zip
BACKENDS: Add a Win32 audio CD player
Diffstat (limited to 'backends/platform/sdl/win32/win32.h')
-rw-r--r--backends/platform/sdl/win32/win32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/win32.h b/backends/platform/sdl/win32/win32.h
index 473e78ff0b..ca0843e834 100644
--- a/backends/platform/sdl/win32/win32.h
+++ b/backends/platform/sdl/win32/win32.h
@@ -49,6 +49,10 @@ protected:
virtual Common::String getDefaultConfigFileName();
virtual Common::WriteStream *createLogFile();
+
+ // Override createAudioCDManager() to get our Mac-specific
+ // version.
+ virtual AudioCDManager *createAudioCDManager();
};
#endif