Comran Morshed | 9a9948c | 2016-01-16 15:58:04 +0000 | [diff] [blame^] | 1 | #ifndef Y2014_AUTONOMOUS_AUTO_H_ |
2 | #define Y2014_AUTONOMOUS_AUTO_H_ | ||||
3 | |||||
4 | namespace y2014 { | ||||
5 | namespace autonomous { | ||||
6 | |||||
7 | void HandleAuto(); | ||||
8 | |||||
9 | } // namespace autonomous | ||||
10 | } // namespace y2014 | ||||
11 | |||||
12 | #endif // Y2014_AUTONOMOUS_AUTO_H_ |