diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-06 14:41:38 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-06 14:41:38 -0400 |
commit | 51699171c289c5ff553ed0c9c75c5a108e164fff (patch) | |
tree | db9379fd4b8966bc12bc2713912638c691b3db1b /src/robot.h | |
parent | e5199012ee77fd8ada1bffdb1a44057ef98a25a8 (diff) |
uploaded code
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_ */ |