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