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