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
// Description :
////////////////////////////////////////////////////////////////////
struct BulletRayHit {
struct EXPCL_PANDABULLET BulletRayHit {
PUBLISHED:
INLINE static BulletRayHit empty();

View File

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

View File

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