Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 1 | #ifndef FRC971_AUTONOMOUS_AUTO_H_ |
2 | #define FRC971_AUTONOMOUS_AUTO_H_ | ||||
3 | |||||
4 | namespace frc971 { | ||||
5 | namespace autonomous { | ||||
6 | |||||
7 | void HandleAuto(); | ||||
8 | |||||
9 | } // namespace autonomous | ||||
10 | } // namespace frc971 | ||||
11 | #endif // FRC971_AUTONOMOUS_AUTO_H_ |