#include <console/ConsoleRuleMethodIAdapter.h>#include <common/Defines.h>#include <graph/OptionsDisplay.h>#include <common/Logger.h>#include <sound/Sound.h>#include <sound/SoundBufferFactory.h>#include <sound/PlayingSoundSource.h>#include <AL/al.h>#include <AL/alc.h>#include <AL/alut.h>#include <algorithm>Go to the source code of this file.
Functions | |
| static char * | checkString (char *x) |
| static bool | lt_virt (PlayingSoundSource *p2, PlayingSoundSource *p1) |
| static char* checkString | ( | char * | x | ) | [static] |
| static bool lt_virt | ( | PlayingSoundSource * | p2, | |
| PlayingSoundSource * | p1 | |||
| ) | [inline, static] |
Definition at line 229 of file Sound.cpp.
References VirtualSoundSource::getDistance(), VirtualSoundSource::getPriority(), PlayingSoundSource::getStopped(), and PlayingSoundSource::getVirtualSource().
Referenced by Sound::updateSources().
1.5.3