blob: d8a85a6c9e67118c2c2a6633fb8e5f42e807505e [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_