Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame^] | 1 | #ifndef Y2014_AUTONOMOUS_AUTO_H_ |
2 | #define Y2014_AUTONOMOUS_AUTO_H_ | ||||
3 | |||||
4 | namespace frc971 { | ||||
5 | namespace autonomous { | ||||
6 | |||||
7 | void HandleAuto(); | ||||
8 | |||||
9 | } // namespace autonomous | ||||
10 | } // namespace frc971 | ||||
11 | |||||
12 | #endif // Y2014_AUTONOMOUS_AUTO_H_ |