Comran Morshed | e9b1292 | 2015-11-04 19:46:48 +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 | |||||
12 | #endif // BOT3_AUTONOMOUS_AUTO_H_ |