#ifndef RELEASETOTE_H #define RELEASETOTE_H #include "Commands/CommandGroup.h" #include "../../CommandBase.h" #include "../../DentRobot.h" #include "WPILib.h" class ReleaseTote: public CommandGroup{ public: ReleaseTote(); }; #endif // vim: ts=2:sw=2:et