blob: dd00bbabf2dc4c0578cb3d54a255846f56c2e5f3 [file] [log] [blame]
Comran Morshed9a9948c2016-01-16 15:58:04 +00001#ifndef Y2014_AUTONOMOUS_AUTO_H_
2#define Y2014_AUTONOMOUS_AUTO_H_
3
4namespace y2014 {
5namespace autonomous {
6
7void HandleAuto();
8
9} // namespace autonomous
10} // namespace y2014
11
12#endif // Y2014_AUTONOMOUS_AUTO_H_