Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e63ef655d940094e09d3e1db9f06c037265d6508
/
.
/
bot3
/
autonomous
/
auto.h
blob: d8a85a6c9e67118c2c2a6633fb8e5f42e807505e [
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_