mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Added missing export defs for some Bullet classes.
This commit is contained in:
parent
790907aee0
commit
1a81d09078
@ -28,7 +28,7 @@
|
||||
// Class : BulletRayHit
|
||||
// Description :
|
||||
////////////////////////////////////////////////////////////////////
|
||||
struct BulletRayHit {
|
||||
struct EXPCL_PANDABULLET BulletRayHit {
|
||||
|
||||
PUBLISHED:
|
||||
INLINE static BulletRayHit empty();
|
||||
|
@ -38,7 +38,7 @@ class BulletSoftBodyWorldInfo;
|
||||
// Class : BulletSoftBodyNodeElement
|
||||
// Description :
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class BulletSoftBodyNodeElement {
|
||||
class EXPCL_PANDABULLET BulletSoftBodyNodeElement {
|
||||
|
||||
PUBLISHED:
|
||||
INLINE ~BulletSoftBodyNodeElement();
|
||||
|
@ -31,7 +31,7 @@ class BulletWheel;
|
||||
// Class : BulletVehicleTuning
|
||||
// Description :
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class BulletVehicleTuning {
|
||||
class EXPCL_PANDABULLET BulletVehicleTuning {
|
||||
|
||||
PUBLISHED:
|
||||
INLINE void set_suspension_stiffness(PN_stdfloat value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user