diff --git a/sc2/src/sc2code/libs/input/sdl/vcontrol.h b/sc2/src/sc2code/libs/input/sdl/vcontrol.h index d946df5cf..21b101e4b 100644 --- a/sc2/src/sc2code/libs/input/sdl/vcontrol.h +++ b/sc2/src/sc2code/libs/input/sdl/vcontrol.h @@ -29,6 +29,7 @@ void VControl_Uninit (void); iterators and used to construct bindings. */ typedef enum { + VCONTROL_NONE, VCONTROL_KEY, VCONTROL_JOYAXIS, VCONTROL_JOYBUTTON,