aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 1443a9ceb4..dd6f12964d 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -27,8 +27,9 @@
class Engine;
class GameDetector;
-class OSystem;
class MidiDriver;
+class OSystem;
+class SoundMixer;
/** Default sound/music volumes.
* @todo move this to a better place.
@@ -183,6 +184,7 @@ public:
OSystem *createSystem();
Engine *createEngine(OSystem *system);
+ SoundMixer *createMixer();
MidiDriver *createMidi();
int getMidiDriverType();