Austin Schuh | 6d1ee0c | 2015-11-21 14:36:04 -0800 | [diff] [blame] | 1 | #ifndef Y2015_BOT3_AUTONOMOUS_AUTO_H_ |
2 | #define Y2015_BOT3_AUTONOMOUS_AUTO_H_ | ||||
3 | |||||
4 | namespace y2015_bot3 { | ||||
5 | namespace autonomous { | ||||
6 | |||||
7 | void HandleAuto(); | ||||
8 | |||||
9 | } // namespace autonomous | ||||
10 | } // namespace y2015_bot3 | ||||
11 | |||||
12 | #endif // Y2015_BOT3_AUTONOMOUS_AUTO_H_ |