Added missing export defs for some Bullet classes.

This commit is contained in:
enn0x 2013-04-13 07:07:39 +00:00
parent 790907aee0
commit 1a81d09078
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
// Class : BulletRayHit // Class : BulletRayHit
// Description : // Description :
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
struct BulletRayHit { struct EXPCL_PANDABULLET BulletRayHit {
PUBLISHED: PUBLISHED:
INLINE static BulletRayHit empty(); INLINE static BulletRayHit empty();

View File

@ -38,7 +38,7 @@ class BulletSoftBodyWorldInfo;
// Class : BulletSoftBodyNodeElement // Class : BulletSoftBodyNodeElement
// Description : // Description :
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
class BulletSoftBodyNodeElement { class EXPCL_PANDABULLET BulletSoftBodyNodeElement {
PUBLISHED: PUBLISHED:
INLINE ~BulletSoftBodyNodeElement(); INLINE ~BulletSoftBodyNodeElement();

View File

@ -31,7 +31,7 @@ class BulletWheel;
// Class : BulletVehicleTuning // Class : BulletVehicleTuning
// Description : // Description :
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
class BulletVehicleTuning { class EXPCL_PANDABULLET BulletVehicleTuning {
PUBLISHED: PUBLISHED:
INLINE void set_suspension_stiffness(PN_stdfloat value); INLINE void set_suspension_stiffness(PN_stdfloat value);