commit | 9a9948cf030986c55b5a48254039f2c0c8961421 | [log] [tgz] |
---|---|---|
author | Comran Morshed <comranmorsh@gmail.com> | Sat Jan 16 15:58:04 2016 +0000 |
committer | Comran Morshed <comranmorsh@gmail.com> | Mon Jan 18 16:25:47 2016 +0000 |
tree | c123c33166b80ca39d8eda9c767ea2661abac3e4 | |
parent | 5323ecb31df1d0e679df69d3a5de9129f97e3d18 [diff] [blame] |
Import y2014 directory for the 2016 season. Change-Id: Id12c60fa17d40edb23d3a7066c88d7a103fc60c5
diff --git a/y2016/autonomous/auto.h b/y2016/autonomous/auto.h new file mode 100644 index 0000000..dd00bba --- /dev/null +++ b/y2016/autonomous/auto.h
@@ -0,0 +1,12 @@ +#ifndef Y2014_AUTONOMOUS_AUTO_H_ +#define Y2014_AUTONOMOUS_AUTO_H_ + +namespace y2014 { +namespace autonomous { + +void HandleAuto(); + +} // namespace autonomous +} // namespace y2014 + +#endif // Y2014_AUTONOMOUS_AUTO_H_