summaryrefslogtreecommitdiffstats
path: root/src/robot.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-06 14:41:38 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-06 14:41:38 -0400
commit51699171c289c5ff553ed0c9c75c5a108e164fff (patch)
treedb9379fd4b8966bc12bc2713912638c691b3db1b /src/robot.h
parente5199012ee77fd8ada1bffdb1a44057ef98a25a8 (diff)
uploaded code
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_ */