Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d94624e1522a7d9f6a866f2fd58d348563c527b3
/
.
/
y2014
/
autonomous
/
auto.h
blob: dd00bbabf2dc4c0578cb3d54a255846f56c2e5f3 [
file
] [
log
] [
blame
]
#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_