mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
11 lines
219 B
C++
11 lines
219 B
C++
|
|
#include "Base/Types.h"
|
|
#include "HLEAudio/AudioPlugin.h"
|
|
#include "Interface/ConfigOptions.h"
|
|
|
|
EAudioPluginMode gAudioPluginEnabled = APM_DISABLED;
|
|
|
|
std::unique_ptr<CAudioPlugin> CreateAudioPlugin()
|
|
{
|
|
return NULL;
|
|
}
|