Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
25f81a08ea5fb8e51245447b51b86a2ae6d5aba9
/
.
/
y2016
/
autonomous
/
auto.h
blob: e5ab422a8bde08ac8c15c746f12f6f5b0403418e [
file
] [
log
] [
blame
]
#ifndef
Y2016_AUTONOMOUS_AUTO_H_
#define
Y2016_AUTONOMOUS_AUTO_H_
namespace
y2016
{
namespace
autonomous
{
void
HandleAuto
();
}
// namespace autonomous
}
// namespace y2016
#endif
// Y2016_AUTONOMOUS_AUTO_H_