From 258901bab96f0050385a9912c8ea0fe2a41b2d6f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 19 Sep 2007 08:40:12 +0000 Subject: Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. svn-id: r28966 --- sound/mixer.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sound/mixer.h') diff --git a/sound/mixer.h b/sound/mixer.h index 189fcb27f7..d46a933d97 100644 --- a/sound/mixer.h +++ b/sound/mixer.h @@ -26,7 +26,6 @@ #ifndef SOUND_MIXER_H #define SOUND_MIXER_H -#include "common/stdafx.h" #include "common/scummsys.h" #include "common/mutex.h" @@ -204,7 +203,7 @@ public: /** - * Pause/unpause all sounds, including all regular and permanent + * Pause/unpause all sounds, including all regular and permanent * channels * * @param paused true to pause everything, false to unpause @@ -327,7 +326,7 @@ public: * This simply calls the mix() method. */ static void mixCallback(void *s, byte *samples, int len); - + void setReady(bool ready) { _mixerReady = ready; } }; -- cgit v1.2.3