#ifndef INPUTTYPE_H #define INPUTTYPE_H static enum InputType {NoInput, LeftTread, RightTread, Steer, Throtle, UpDown, Action1, Action2, Action3, Action4, Action5, Constant, Sin}; #endif