blob: 21122bc9b9c58c2802c858f464f2cc34a9f353cc [file] [log] [blame]
#ifndef FRC971_AUTONOMOUS_AUTO_H_
#define FRC971_AUTONOMOUS_AUTO_H_
namespace frc971 {
namespace autonomous {
void HandleAuto();
} // namespace autonomous
} // namespace frc971
#endif // FRC971_AUTONOMOUS_AUTO_H_