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