Files
Aerofoil/GpCommon/EGpInputDriverType.h

9 lines
107 B
C
Raw Permalink Normal View History

2019-12-29 17:39:19 -05:00
#pragma once
enum EGpInputDriverType
{
EGpInputDriverType_XInput,
EGpInputDriverType_Count,
};