blob: 896d22ce7ca884cb169ff55999225ab792917c7d [file] [log] [blame]
#ifndef BOT3_AUTONOMOUS_AUTO_H_
#define BOT3_AUTONOMOUS_AUTO_H_
namespace bot3 {
namespace autonomous {
void HandleAuto();
} // namespace autonomous
} // namespace bot3
#endif // BOT3_AUTONOMOUS_AUTO_H_