diff options
Diffstat (limited to 'src/robot.h')
-rw-r--r-- | src/robot.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/robot.h b/src/robot.h new file mode 100644 index 0000000..f8887da --- /dev/null +++ b/src/robot.h @@ -0,0 +1,6 @@ +#ifndef ROBOT_H_ +#define ROBOT_H_ + +#include <API.h> + +#endif /* ROBOT_H_ */ |