Comran Morshed | 0d6cf9b | 2015-06-17 19:29:57 +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_ |