summaryrefslogtreecommitdiffstats
path: root/src/robot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/robot.h')
-rw-r--r--src/robot.h6
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_ */