few fixes

This commit is contained in:
aap
2020-05-11 09:18:41 +02:00
parent c66c45f4c8
commit b11715608f
5 changed files with 53 additions and 11 deletions

View File

@ -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,