1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-22 06:01:23 +00:00
This commit is contained in:
bpmcgeeney
2021-09-17 12:53:59 -07:00
parent dbb6888602
commit 61a82eb579
12 changed files with 10139 additions and 5746 deletions

View File

@@ -1,7 +1,7 @@
#include <array>
#ifndef SVARS_H
#define SVARS_H
#ifndef VEHICLE_H
#define VEHICLE_H
struct Vehicle {
double x, y, z;
@@ -33,4 +33,4 @@ struct Vehicle {
int stepSize;
};
#endif
#endif