Files
Aerofoil/GpCommon/GpInputDriverProperties.h
2019-12-29 17:39:19 -05:00

14 lines
194 B
C

#pragma once
#include "EGpInputDriverType.h"
struct IGpAudioDriver;
struct IGpVOSEventQueue;
struct GpInputDriverProperties
{
EGpInputDriverType m_type;
IGpVOSEventQueue *m_eventQueue;
};