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