Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e9596fb01baae2e7f022c32c70ca03d5f705382f
/
.
/
y2015
/
autonomous
/
auto.h
blob: 77337153f8496232adc837e1a85b28506eb5c110 [
file
] [
log
] [
blame
]
#ifndef
Y2015_AUTONOMOUS_AUTO_H_
#define
Y2015_AUTONOMOUS_AUTO_H_
namespace
frc971
{
namespace
autonomous
{
void
HandleAuto
();
}
// namespace autonomous
}
// namespace frc971
#endif
// Y2015_AUTONOMOUS_AUTO_H_