From 9e842f1628c273d20fb8221e8b42198880b127fe Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 10 May 2020 20:51:29 +0200 Subject: vehicle model descriptions; a bit of heli code --- src/vehicles/Plane.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/vehicles/Plane.h') diff --git a/src/vehicles/Plane.h b/src/vehicles/Plane.h index 6fa6776b..a9afa4bc 100644 --- a/src/vehicles/Plane.h +++ b/src/vehicles/Plane.h @@ -2,6 +2,13 @@ #include "Vehicle.h" +enum ePlaneNodes +{ + PLANE_WHEEL_FRONT = 2, + PLANE_WHEEL_READ, + NUM_PLANE_NODES +}; + enum ePlanePositions { PLANE_POS_LIGHT_LEFT, -- cgit v1.2.3