blob: 21122bc9b9c58c2802c858f464f2cc34a9f353cc [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
Brian Silverman756f9ff2014-01-17 23:40:23 -080011
Austin Schuh47017412013-03-10 11:50:46 -070012#endif // FRC971_AUTONOMOUS_AUTO_H_