28 #ifndef GOB_SOUND_BGATMOSPHERE_H 29 #define GOB_SOUND_BGATMOSPHERE_H 31 #include "common/array.h" 32 #include "common/mutex.h" 33 #include "common/random.h" 35 #include "gob/sound/sound.h" 36 #include "gob/sound/soundmixer.h" 54 void setPlayMode(Sound::BackgroundPlayMode mode);
59 void setShadable(
bool shadable);
64 Sound::BackgroundPlayMode _playMode;
75 void checkEndSample()
override;
76 void getNextQueuePos();
81 #endif // GOB_SOUND_BGATMOSPHERE_H
Definition: bgatmosphere.h:46
Definition: sounddesc.h:43
Definition: soundmixer.h:40