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
967dd8fe3d
commit
c949b873f9
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.o
|
@ -5,8 +5,8 @@
|
||||
#include "hhlib/input/controller/Joystick.h"
|
||||
class HHRobot{
|
||||
private:
|
||||
Extreme3dPro *joystick1;
|
||||
RobotDrive *hhdrive;
|
||||
Extreme3dPro *joystick1;
|
||||
public:
|
||||
HHRobot();
|
||||
void Init();
|
||||
|
Loading…
Reference in New Issue
Block a user