2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

Compiles without warnings now yay

This commit is contained in:
Adam Long 2015-01-06 00:09:49 +00:00
parent cd5b063fec
commit d857ccfe69
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.o

View File

@ -5,8 +5,8 @@
#include "hhlib/input/controller/Joystick.h" #include "hhlib/input/controller/Joystick.h"
class HHRobot{ class HHRobot{
private: private:
Extreme3dPro *joystick1;
RobotDrive *hhdrive; RobotDrive *hhdrive;
Extreme3dPro *joystick1;
public: public:
HHRobot(); HHRobot();
void Init(); void Init();