diff --git a/panda/src/physx/physxJointDriveDesc.h b/panda/src/physx/physxJointDriveDesc.h index 73bc7f80a1..991e3d051a 100644 --- a/panda/src/physx/physxJointDriveDesc.h +++ b/panda/src/physx/physxJointDriveDesc.h @@ -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(); diff --git a/panda/src/physx/physxJointLimitDesc.h b/panda/src/physx/physxJointLimitDesc.h index aedd83ec29..3665fa4cf7 100644 --- a/panda/src/physx/physxJointLimitDesc.h +++ b/panda/src/physx/physxJointLimitDesc.h @@ -23,7 +23,7 @@ // Class : PhysxJointLimitDesc // Description : Describes a joint limit. //////////////////////////////////////////////////////////////////// -class PhysxJointLimitDesc { +class EXPCL_PANDAPHYSX PhysxJointLimitDesc { PUBLISHED: INLINE PhysxJointLimitDesc(); diff --git a/panda/src/physx/physxJointLimitSoftDesc.h b/panda/src/physx/physxJointLimitSoftDesc.h index 52c78b7331..1d5f9c7b62 100644 --- a/panda/src/physx/physxJointLimitSoftDesc.h +++ b/panda/src/physx/physxJointLimitSoftDesc.h @@ -23,7 +23,7 @@ // Class : PhysxJointLimitSoftDesc // Description : Describes a joint limit. //////////////////////////////////////////////////////////////////// -class PhysxJointLimitSoftDesc { +class EXPCL_PANDAPHYSX PhysxJointLimitSoftDesc { PUBLISHED: INLINE PhysxJointLimitSoftDesc(); diff --git a/panda/src/physx/physxMotorDesc.h b/panda/src/physx/physxMotorDesc.h index 4ad55a1671..fd3595fba1 100644 --- a/panda/src/physx/physxMotorDesc.h +++ b/panda/src/physx/physxMotorDesc.h @@ -28,7 +28,7 @@ // - PhysxPulleyJoint // - PhysxRevoluteJoint //////////////////////////////////////////////////////////////////// -class PhysxMotorDesc { +class EXPCL_PANDAPHYSX PhysxMotorDesc { PUBLISHED: INLINE PhysxMotorDesc(); diff --git a/panda/src/physx/physxSpringDesc.h b/panda/src/physx/physxSpringDesc.h index 29d85ebcf1..f695a66c0c 100644 --- a/panda/src/physx/physxSpringDesc.h +++ b/panda/src/physx/physxSpringDesc.h @@ -25,7 +25,7 @@ // integrated, so even high spring and damper // coefficients should be robust. //////////////////////////////////////////////////////////////////// -class PhysxSpringDesc { +class EXPCL_PANDAPHYSX PhysxSpringDesc { PUBLISHED: INLINE PhysxSpringDesc();