commit | 17f503e9c84301388d445c2ca25a7a1b1f6343a9 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Aug 02 18:17:18 2015 -0700 |
committer | Brian Silverman <brians> | Wed Aug 26 18:16:29 2015 -0700 |
tree | 244321597928c1e9039543ac4df68f317b9189ce | |
parent | b691f5e86bbf39e0f6150c3910312f25b071465b [diff] [blame] |
Copy back a lot of the 2014 code. Change-Id: I552292d8bd7bce4409e02d254bef06a9cc009568
diff --git a/y2014/autonomous/auto.h b/y2014/autonomous/auto.h new file mode 100644 index 0000000..3e4885f --- /dev/null +++ b/y2014/autonomous/auto.h
@@ -0,0 +1,12 @@ +#ifndef Y2014_AUTONOMOUS_AUTO_H_ +#define Y2014_AUTONOMOUS_AUTO_H_ + +namespace frc971 { +namespace autonomous { + +void HandleAuto(); + +} // namespace autonomous +} // namespace frc971 + +#endif // Y2014_AUTONOMOUS_AUTO_H_