Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
59a86d621dd5604f6ab68c4cb15c552e8926cf4e
/
.
/
y2014_bot3
/
autonomous
/
auto.h
blob: 387d2a414a81bd10507e96ce88cac523958fc45b [
file
] [
log
] [
blame
]
#ifndef
Y2014_BOT3_AUTONOMOUS_AUTO_H_
#define
Y2014_BOT3_AUTONOMOUS_AUTO_H_
namespace
y2014_bot3
{
namespace
autonomous
{
void
HandleAuto
();
}
// namespace autonomous
}
// namespace y2014_bot3
#endif
// Y2014_BOT3_AUTONOMOUS_AUTO_H_