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