mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-22 06:01:23 +00:00
Resolved #3
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user