blob: 387d2a414a81bd10507e96ce88cac523958fc45b [file] [log] [blame]
Comran Morshed41ed7c22015-11-04 21:03:37 +00001#ifndef Y2014_BOT3_AUTONOMOUS_AUTO_H_
2#define Y2014_BOT3_AUTONOMOUS_AUTO_H_
Comran Morshede9b12922015-11-04 19:46:48 +00003
Comran Morshed41ed7c22015-11-04 21:03:37 +00004namespace y2014_bot3 {
Comran Morshede9b12922015-11-04 19:46:48 +00005namespace autonomous {
6
7void HandleAuto();
8
9} // namespace autonomous
Comran Morshed41ed7c22015-11-04 21:03:37 +000010} // namespace y2014_bot3
Comran Morshede9b12922015-11-04 19:46:48 +000011
Comran Morshed41ed7c22015-11-04 21:03:37 +000012#endif // Y2014_BOT3_AUTONOMOUS_AUTO_H_