blob: bbc5d329e89fa14d7b36224fd10caae180789832 [file] [log] [blame]
#ifndef Y2015_BOT3_AUTONOMOUS_AUTO_H_
#define Y2015_BOT3_AUTONOMOUS_AUTO_H_
namespace y2015_bot3 {
namespace autonomous {
void HandleAuto();
} // namespace autonomous
} // namespace y2015_bot3
#endif // Y2015_BOT3_AUTONOMOUS_AUTO_H_