Files

14 lines
95 B
C
Raw Normal View History

#ifndef OI_H
#define OI_H
#include "WPILib.h"
class OI {
private:
public:
OI();
};
#endif