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