2017-02-24 19:50:27 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "Common/CommonWindows.h"
|
|
|
|
#include "Core/Config.h"
|
2018-12-10 13:55:07 +00:00
|
|
|
|
|
|
|
#include "Windows/WindowsAudio.h"
|
2017-02-24 19:50:27 +00:00
|
|
|
|
|
|
|
// Factory
|
|
|
|
WindowsAudioBackend *CreateAudioBackend(AudioBackendType type);
|