Daniel Petti | aece37f | 2014-10-25 17:13:44 -0700 | [diff] [blame] | 1 | #ifndef BOT3_AUTONOMOUS_AUTO_H_ |
2 | #define BOT3_AUTONOMOUS_AUTO_H_ | ||||
3 | |||||
4 | namespace bot3 { | ||||
5 | namespace autonomous { | ||||
6 | |||||
7 | void HandleAuto(); | ||||
8 | |||||
9 | } // namespace autonomous | ||||
10 | } // namespace bot3 | ||||
11 | |||||
12 | #endif // BOT3_AUTONOMOUS_AUTO_H_ |