blob: 00d2d723a82b77b4cfaa3b26ce679701dc7fcc38 [file] [log] [blame]
Austin Schuh47017412013-03-10 11:50:46 -07001#ifndef FRC971_AUTONOMOUS_AUTO_H_
2#define FRC971_AUTONOMOUS_AUTO_H_
3
4namespace frc971 {
5namespace autonomous {
6
7void HandleAuto();
8
9} // namespace autonomous
10} // namespace frc971
11#endif // FRC971_AUTONOMOUS_AUTO_H_