mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 06:26:22 +00:00
few fixes
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user