Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
5e3a39cab55c60ee41b73b31f19f16632c3d8c00
/
.
/
y2015
/
autonomous
/
auto.h
blob: fb7b0331d85631b8550bd6bd5b7850de2a85572f [
file
] [
log
] [
blame
]
#ifndef
Y2015_AUTONOMOUS_AUTO_H_
#define
Y2015_AUTONOMOUS_AUTO_H_
namespace
y2015
{
namespace
autonomous
{
void
HandleAuto
();
}
// namespace autonomous
}
// namespace y2015
#endif
// Y2015_AUTONOMOUS_AUTO_H_