blob: 3e4885fdb2219e882fd7566388d080acba2c567d [file] [log] [blame]
Brian Silverman17f503e2015-08-02 18:17:18 -07001#ifndef Y2014_AUTONOMOUS_AUTO_H_
2#define Y2014_AUTONOMOUS_AUTO_H_
3
4namespace frc971 {
5namespace autonomous {
6
7void HandleAuto();
8
9} // namespace autonomous
10} // namespace frc971
11
12#endif // Y2014_AUTONOMOUS_AUTO_H_