blob: d8a85a6c9e67118c2c2a6633fb8e5f42e807505e [file] [log] [blame]
Daniel Petti1f448512013-10-19 19:35:55 +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#endif // BOT3_AUTONOMOUS_AUTO_H_