Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
94bbd2187a3304cd1c9ba3c28ce36fd44d52e01e
/
.
/
bot3
/
autonomous
/
auto.h
blob: 896d22ce7ca884cb169ff55999225ab792917c7d [
file
] [
log
] [
blame
]
#ifndef
BOT3_AUTONOMOUS_AUTO_H_
#define
BOT3_AUTONOMOUS_AUTO_H_
namespace
bot3
{
namespace
autonomous
{
void
HandleAuto
();
}
// namespace autonomous
}
// namespace bot3
#endif
// BOT3_AUTONOMOUS_AUTO_H_