mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Initial checkin of unified hierarchy of WPILib 2015
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef OI_H
|
||||
#define OI_H
|
||||
|
||||
#include "WPILib.h"
|
||||
|
||||
class OI {
|
||||
private:
|
||||
|
||||
public:
|
||||
OI();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user