mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Moves C++ templates and examples to match gradle setup (#1065)
This commit is contained in:
committed by
Peter Johnson
parent
d564e19ef3
commit
cff475c1fc
@@ -5,9 +5,9 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "ExampleCommand.h"
|
||||
#include "Commands/ExampleCommand.h"
|
||||
|
||||
#include "../Robot.h"
|
||||
#include "Robot.h"
|
||||
|
||||
ExampleCommand::ExampleCommand() {
|
||||
// Use Requires() here to declare subsystem dependencies
|
||||
@@ -5,9 +5,9 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "MyAutoCommand.h"
|
||||
#include "Commands/MyAutoCommand.h"
|
||||
|
||||
#include "../Robot.h"
|
||||
#include "Robot.h"
|
||||
|
||||
MyAutoCommand::MyAutoCommand() {
|
||||
// Use Requires() here to declare subsystem dependencies
|
||||
@@ -5,9 +5,9 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "ExampleSubsystem.h"
|
||||
#include "Subsystems/ExampleSubsystem.h"
|
||||
|
||||
#include "../RobotMap.h"
|
||||
#include "RobotMap.h"
|
||||
|
||||
ExampleSubsystem::ExampleSubsystem() : frc::Subsystem("ExampleSubsystem") {}
|
||||
|
||||
Reference in New Issue
Block a user