included WheelInfo headerfile rather then forward declare (gcc stl container needs actual class information)

This commit is contained in:
Erwin Coumans 2006-02-21 07:33:19 +00:00
parent e3b840d086
commit 02dc8de55d

@ -15,7 +15,8 @@
#include "ConstraintSolver/TypedConstraint.h"
struct MassProps;
struct WheelInfo;
#include "WheelInfo.h"
struct VehicleRaycaster;
class VehicleTuning;