blob: 896d22ce7ca884cb169ff55999225ab792917c7d [file] [log] [blame]
Comran Morshede9b12922015-11-04 19:46:48 +00001#ifndef BOT3_AUTONOMOUS_AUTO_H_
2#define BOT3_AUTONOMOUS_AUTO_H_
3
4namespace bot3 {
5namespace autonomous {
6
7void HandleAuto();
8
9} // namespace autonomous
10} // namespace bot3
11
12#endif // BOT3_AUTONOMOUS_AUTO_H_