Cheetah Software  1.0
main_helper.h
Go to the documentation of this file.
1 #ifndef ROBOT_MAIN_H
2 #define ROBOT_MAIN_H
3 
4 #include <Types.h>
5 #include <RobotController.h>
6 
8 int main_helper(int argc, char** argv, RobotController* ctrl);
9 
10 #endif // ROBOT_MAIN_H
int main_helper(int argc, char **argv, RobotController *ctrl)
Definition: main_helper.cpp:31
MasterConfig gMasterConfig
Definition: main_helper.cpp:19