1 #ifndef AUTOAIM_DATA_H_
2 #define AUTOAIM_DATA_H_
4 #include "ComponentData.h"
15 void setErrorThreshold(
int threshold);
16 void setDesiredX(
int x);
17 void setDesiredY(
int y);
18 void setCurrentX(
int x);
19 void setCurrentY(
int y);
20 void setStrength(
double new_strength);
21 int getErrorThreshold();