Files
Aerofoil/GpCommon/GpInputDriverProperties.h

14 lines
194 B
C
Raw Permalink Normal View History

2019-12-29 17:39:19 -05:00
#pragma once
#include "EGpInputDriverType.h"
struct IGpAudioDriver;
struct IGpVOSEventQueue;
struct GpInputDriverProperties
{
EGpInputDriverType m_type;
IGpVOSEventQueue *m_eventQueue;
};