blob: 387d2a414a81bd10507e96ce88cac523958fc45b [file] [log] [blame]
#ifndef Y2014_BOT3_AUTONOMOUS_AUTO_H_
#define Y2014_BOT3_AUTONOMOUS_AUTO_H_
namespace y2014_bot3 {
namespace autonomous {
void HandleAuto();
} // namespace autonomous
} // namespace y2014_bot3
#endif // Y2014_BOT3_AUTONOMOUS_AUTO_H_