Files
Aerofoil/GpCommon/GpAudioDriverProperties.h
2019-12-21 18:40:17 -05:00

14 lines
179 B
C

#pragma once
#include "EGpAudioDriverType.h"
struct IGpAudioDriver;
struct GpAudioDriverProperties
{
EGpAudioDriverType m_type;
unsigned int m_sampleRate;
bool m_debug;
};