Files
IPIN2016/code/particles/MyControl.h
2016-03-01 15:04:46 +01:00

13 lines
140 B
C
Executable File

#ifndef MYCONTROL_H
#define MYCONTROL_H
struct MyControl {
float walked_m = 0;
float headingChange_rad = 0;
};
#endif // MYCONTROL_H