Daniel Petti | 1f44851 | 2013-10-19 19:35:55 +0000 | [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 | #endif // BOT3_AUTONOMOUS_AUTO_H_ |