Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2f23eaeb18b2ab070d22eab878d75b7f36fb6547
/
.
/
y2015_bot3
/
autonomous
/
auto.h
blob: bbc5d329e89fa14d7b36224fd10caae180789832 [
file
] [
log
] [
blame
]
#ifndef
Y2015_BOT3_AUTONOMOUS_AUTO_H_
#define
Y2015_BOT3_AUTONOMOUS_AUTO_H_
namespace
y2015_bot3
{
namespace
autonomous
{
void
HandleAuto
();
}
// namespace autonomous
}
// namespace y2015_bot3
#endif
// Y2015_BOT3_AUTONOMOUS_AUTO_H_