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