blob: 30bb5ff53e0e5509b7dc11f622a47fc3dbcc95c3 [file] [log] [blame]
jerrym1815d882013-02-14 04:21:29 +00001// RobotBuilder Version: 0.0.2
2//
3// This file was generated by RobotBuilder. It contains sections of
4// code that are automatically generated and assigned by robotbuilder.
5// These sections will be updated in the future when you export to
6// C++ from RobotBuilder. Do not put any code or make any change in
7// the blocks indicating autogenerated code or it will be lost on an
8// update. Deleting the comments indicating the section will prevent
9// it from being updated in th future.
10#ifndef OI_H
11#define OI_H
12#include "WPILib.h"
13class OI {
14private:
15 // BEGIN AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=DECLARATIONS
16 // END AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=DECLARATIONS
17public:
18 OI();
19
20 // BEGIN AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=PROTOTYPES
21 // END AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=PROTOTYPES
22};
23#endif