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