Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
be133edd957372bb771ccdc80940fd2bad3337b7
/
.
/
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_