Add missing EXPCL_PANDAPHYSX symbols

This commit is contained in:
rdb 2014-02-20 22:53:16 +00:00
parent e14a831900
commit 607bdac3dc
5 changed files with 5 additions and 5 deletions

View File

@ -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();

View File

@ -23,7 +23,7 @@
// Class : PhysxJointLimitDesc
// Description : Describes a joint limit.
////////////////////////////////////////////////////////////////////
class PhysxJointLimitDesc {
class EXPCL_PANDAPHYSX PhysxJointLimitDesc {
PUBLISHED:
INLINE PhysxJointLimitDesc();

View File

@ -23,7 +23,7 @@
// Class : PhysxJointLimitSoftDesc
// Description : Describes a joint limit.
////////////////////////////////////////////////////////////////////
class PhysxJointLimitSoftDesc {
class EXPCL_PANDAPHYSX PhysxJointLimitSoftDesc {
PUBLISHED:
INLINE PhysxJointLimitSoftDesc();

View File

@ -28,7 +28,7 @@
// - PhysxPulleyJoint
// - PhysxRevoluteJoint
////////////////////////////////////////////////////////////////////
class PhysxMotorDesc {
class EXPCL_PANDAPHYSX PhysxMotorDesc {
PUBLISHED:
INLINE PhysxMotorDesc();

View File

@ -25,7 +25,7 @@
// integrated, so even high spring and damper
// coefficients should be robust.
////////////////////////////////////////////////////////////////////
class PhysxSpringDesc {
class EXPCL_PANDAPHYSX PhysxSpringDesc {
PUBLISHED:
INLINE PhysxSpringDesc();