blob: bbc5d329e89fa14d7b36224fd10caae180789832 [file] [log] [blame]
Austin Schuh6d1ee0c2015-11-21 14:36:04 -08001#ifndef Y2015_BOT3_AUTONOMOUS_AUTO_H_
2#define Y2015_BOT3_AUTONOMOUS_AUTO_H_
3
4namespace y2015_bot3 {
5namespace autonomous {
6
7void HandleAuto();
8
9} // namespace autonomous
10} // namespace y2015_bot3
11
12#endif // Y2015_BOT3_AUTONOMOUS_AUTO_H_