replace ContactManifoldInfo forward declaration as class with struct
Signed-off-by: DNKpp <DNKpp2011@gmail.com>
This commit is contained in:
parent
c6f7fd0607
commit
f8975140b0
|
@ -34,7 +34,7 @@ namespace reactphysics3d {
|
||||||
|
|
||||||
// Class declarations
|
// Class declarations
|
||||||
class ContactManifold;
|
class ContactManifold;
|
||||||
class ContactManifoldInfo;
|
struct ContactManifoldInfo;
|
||||||
struct ContactPointInfo;
|
struct ContactPointInfo;
|
||||||
class CollisionBody;
|
class CollisionBody;
|
||||||
class ContactPoint;
|
class ContactPoint;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
namespace reactphysics3d {
|
namespace reactphysics3d {
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
class ContactManifoldInfo;
|
struct ContactManifoldInfo;
|
||||||
struct NarrowPhaseInfoBatch;
|
struct NarrowPhaseInfoBatch;
|
||||||
class ConvexShape;
|
class ConvexShape;
|
||||||
class Profiler;
|
class Profiler;
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
namespace reactphysics3d {
|
namespace reactphysics3d {
|
||||||
|
|
||||||
class CollisionDetectionSystem;
|
class CollisionDetectionSystem;
|
||||||
class ContactManifoldInfo;
|
struct ContactManifoldInfo;
|
||||||
class DefaultPoolAllocator;
|
class DefaultPoolAllocator;
|
||||||
class OverlappingPair;
|
class OverlappingPair;
|
||||||
struct NarrowPhaseInfoBatch;
|
struct NarrowPhaseInfoBatch;
|
||||||
|
|
|
@ -35,7 +35,7 @@ namespace reactphysics3d {
|
||||||
// Declarations
|
// Declarations
|
||||||
class CollisionShape;
|
class CollisionShape;
|
||||||
struct LastFrameCollisionInfo;
|
struct LastFrameCollisionInfo;
|
||||||
class ContactManifoldInfo;
|
struct ContactManifoldInfo;
|
||||||
struct ContactPointInfo;
|
struct ContactPointInfo;
|
||||||
|
|
||||||
// Struct NarrowPhaseInfoBatch
|
// Struct NarrowPhaseInfoBatch
|
||||||
|
|
|
@ -36,7 +36,7 @@ namespace reactphysics3d {
|
||||||
// Declarations
|
// Declarations
|
||||||
class CapsuleShape;
|
class CapsuleShape;
|
||||||
class SphereShape;
|
class SphereShape;
|
||||||
class ContactManifoldInfo;
|
struct ContactManifoldInfo;
|
||||||
struct NarrowPhaseInfoBatch;
|
struct NarrowPhaseInfoBatch;
|
||||||
class ConvexPolyhedronShape;
|
class ConvexPolyhedronShape;
|
||||||
class MemoryAllocator;
|
class MemoryAllocator;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user