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 | ||||
Brian Silverman | 756f9ff | 2014-01-17 23:40:23 -0800 | [diff] [blame] | 11 | |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 12 | #endif // FRC971_AUTONOMOUS_AUTO_H_ |