blob: e5ab422a8bde08ac8c15c746f12f6f5b0403418e [file] [log] [blame]
Comran Morshed6c6a0a92016-01-17 12:45:16 +00001#ifndef Y2016_AUTONOMOUS_AUTO_H_
2#define Y2016_AUTONOMOUS_AUTO_H_
Comran Morshed9a9948c2016-01-16 15:58:04 +00003
Comran Morshed6c6a0a92016-01-17 12:45:16 +00004namespace y2016 {
Comran Morshed9a9948c2016-01-16 15:58:04 +00005namespace autonomous {
6
7void HandleAuto();
8
9} // namespace autonomous
Comran Morshed6c6a0a92016-01-17 12:45:16 +000010} // namespace y2016
Comran Morshed9a9948c2016-01-16 15:58:04 +000011
Comran Morshed6c6a0a92016-01-17 12:45:16 +000012#endif // Y2016_AUTONOMOUS_AUTO_H_