aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/wince-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/wince-sdl.h')
-rw-r--r--backends/wince/wince-sdl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/wince/wince-sdl.h b/backends/wince/wince-sdl.h
index 420d017b76..a980394325 100644
--- a/backends/wince/wince-sdl.h
+++ b/backends/wince/wince-sdl.h
@@ -84,16 +84,23 @@ protected:
private:
+#ifdef USE_VORBIS
+ bool checkOggHighSampleRate();
+#endif
+
static void private_sound_proc(void *param, byte *buf, int len);
static SoundProc _originalSoundProc;
void create_toolbar();
void update_game_settings();
void update_keyboard();
+ void get_sample_rate();
CEKEYS::KeysBuffer *_keysBuffer;
CEGUI::ToolbarHandler _toolbarHandler;
+ uint16 _sampleRate; // current audio sample rate
+
bool _freeLook; // freeLook mode (do not send mouse button events)
bool _forceHideMouse; // force invisible mouse cursor