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 967dd8fe3d
commit c949b873f9
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"
class HHRobot{
private:
Extreme3dPro *joystick1;
RobotDrive *hhdrive;
Extreme3dPro *joystick1;
public:
HHRobot();
void Init();