#pragma once
enum EGpAudioDriverType
{
EGpAudioDriverType_None,
EGpAudioDriverType_XAudio2,
EGpAudioDriverType_SDL2,
EGpAudioDriverType_Count,
};