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

Moved code version to robotmap.h

This commit is contained in:
Adam Long 2015-02-19 17:33:23 +00:00
parent a439d2ff5e
commit 772711f5ea

View File

@ -1,5 +1,6 @@
#include "DentRobot.h"
#include "OI.h"
#include "RobotMap.h"
#include "Commands/Autonomous/Autonomous.h"
OI* DentRobot::oi=NULL;
Collector* DentRobot::collector=NULL;