blob: 77337153f8496232adc837e1a85b28506eb5c110 [file] [log] [blame]
Brian Silvermanb691f5e2015-08-02 11:37:55 -07001#ifndef Y2015_AUTONOMOUS_AUTO_H_
2#define Y2015_AUTONOMOUS_AUTO_H_
3
4namespace frc971 {
5namespace autonomous {
6
7void HandleAuto();
8
9} // namespace autonomous
10} // namespace frc971
11
12#endif // Y2015_AUTONOMOUS_AUTO_H_