Add missing EXPCL_PANDAPHYSX symbols
This commit is contained in:
parent
e14a831900
commit
607bdac3dc
|
|
@ -25,7 +25,7 @@
|
|||
// Description : Used to describe drive properties for a
|
||||
// PhysxD6Joint.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class PhysxJointDriveDesc : public PhysxEnums {
|
||||
class EXPCL_PANDAPHYSX PhysxJointDriveDesc : public PhysxEnums {
|
||||
|
||||
PUBLISHED:
|
||||
INLINE PhysxJointDriveDesc();
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
// Class : PhysxJointLimitDesc
|
||||
// Description : Describes a joint limit.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class PhysxJointLimitDesc {
|
||||
class EXPCL_PANDAPHYSX PhysxJointLimitDesc {
|
||||
|
||||
PUBLISHED:
|
||||
INLINE PhysxJointLimitDesc();
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
// Class : PhysxJointLimitSoftDesc
|
||||
// Description : Describes a joint limit.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class PhysxJointLimitSoftDesc {
|
||||
class EXPCL_PANDAPHYSX PhysxJointLimitSoftDesc {
|
||||
|
||||
PUBLISHED:
|
||||
INLINE PhysxJointLimitSoftDesc();
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
// - PhysxPulleyJoint
|
||||
// - PhysxRevoluteJoint
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class PhysxMotorDesc {
|
||||
class EXPCL_PANDAPHYSX PhysxMotorDesc {
|
||||
|
||||
PUBLISHED:
|
||||
INLINE PhysxMotorDesc();
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
// integrated, so even high spring and damper
|
||||
// coefficients should be robust.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class PhysxSpringDesc {
|
||||
class EXPCL_PANDAPHYSX PhysxSpringDesc {
|
||||
|
||||
PUBLISHED:
|
||||
INLINE PhysxSpringDesc();
|
||||
|
|
|
|||
Loading…
Reference in New Issue