Otclient
14/8/2020
|
#include "soundmanager.h"
#include "soundsource.h"
#include "soundbuffer.h"
#include "soundfile.h"
#include "streamsoundsource.h"
#include "combinedsoundsource.h"
#include <framework/core/clock.h>
#include <framework/core/eventdispatcher.h>
#include <framework/core/resourcemanager.h>
#include <framework/core/asyncdispatcher.h>
#include <thread>
Go to the source code of this file.
Variables | |
SoundManager | g_sounds |
SoundManager g_sounds |
Definition at line 36 of file soundmanager.cpp.