Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
ee4fa80c47ce3f1f5c543f14ce2ea9df20e6d0f8
/
.
/
frc971
/
autonomous
/
auto.h
blob: 21122bc9b9c58c2802c858f464f2cc34a9f353cc [
file
] [
log
] [
blame
]
#ifndef
FRC971_AUTONOMOUS_AUTO_H_
#define
FRC971_AUTONOMOUS_AUTO_H_
namespace
frc971
{
namespace
autonomous
{
void
HandleAuto
();
}
// namespace autonomous
}
// namespace frc971
#endif
// FRC971_AUTONOMOUS_AUTO_H_