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
|
// Class : BulletRayHit
|
||||||
// Description :
|
// Description :
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
struct BulletRayHit {
|
struct EXPCL_PANDABULLET BulletRayHit {
|
||||||
|
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
INLINE static BulletRayHit empty();
|
INLINE static BulletRayHit empty();
|
||||||
|
@ -38,7 +38,7 @@ class BulletSoftBodyWorldInfo;
|
|||||||
// Class : BulletSoftBodyNodeElement
|
// Class : BulletSoftBodyNodeElement
|
||||||
// Description :
|
// Description :
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class BulletSoftBodyNodeElement {
|
class EXPCL_PANDABULLET BulletSoftBodyNodeElement {
|
||||||
|
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
INLINE ~BulletSoftBodyNodeElement();
|
INLINE ~BulletSoftBodyNodeElement();
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user