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:
parent
cd5b063fec
commit
d857ccfe69
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.o
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user