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