From fd77e4b09c8ca80c8e449ad7266afaa494f98500 Mon Sep 17 00:00:00 2001 From: Alejandro Marzini Date: Tue, 29 Jun 2010 01:08:36 +0000 Subject: Modularized Linuxmoto port. svn-id: r50474 --- backends/platform/sdl/sdl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends/platform/sdl/sdl.h') diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h index c61b8c810f..c238422906 100644 --- a/backends/platform/sdl/sdl.h +++ b/backends/platform/sdl/sdl.h @@ -71,6 +71,9 @@ public: // Get the Graphics Manager instance, used by other managers virtual SdlGraphicsManager *getGraphicsManager(); + // Get the Sdl Mixer Manager instance (not the Audio::Mixer) + virtual SdlMixerManager *getMixerManager(); + protected: bool _inited; bool _initedSDL; -- cgit v1.2.3