blob: 896d22ce7ca884cb169ff55999225ab792917c7d [file] [log] [blame]
Comran Morshed0d6cf9b2015-06-17 19:29:57 +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_