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 ContactManifold;
|
||||
class ContactManifoldInfo;
|
||||
struct ContactManifoldInfo;
|
||||
struct ContactPointInfo;
|
||||
class CollisionBody;
|
||||
class ContactPoint;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
namespace reactphysics3d {
|
||||
|
||||
// Declarations
|
||||
class ContactManifoldInfo;
|
||||
struct ContactManifoldInfo;
|
||||
struct NarrowPhaseInfoBatch;
|
||||
class ConvexShape;
|
||||
class Profiler;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
namespace reactphysics3d {
|
||||
|
||||
class CollisionDetectionSystem;
|
||||
class ContactManifoldInfo;
|
||||
struct ContactManifoldInfo;
|
||||
class DefaultPoolAllocator;
|
||||
class OverlappingPair;
|
||||
struct NarrowPhaseInfoBatch;
|
||||
|
|
|
@ -35,7 +35,7 @@ namespace reactphysics3d {
|
|||
// Declarations
|
||||
class CollisionShape;
|
||||
struct LastFrameCollisionInfo;
|
||||
class ContactManifoldInfo;
|
||||
struct ContactManifoldInfo;
|
||||
struct ContactPointInfo;
|
||||
|
||||
// Struct NarrowPhaseInfoBatch
|
||||
|
|
|
@ -36,7 +36,7 @@ namespace reactphysics3d {
|
|||
// Declarations
|
||||
class CapsuleShape;
|
||||
class SphereShape;
|
||||
class ContactManifoldInfo;
|
||||
struct ContactManifoldInfo;
|
||||
struct NarrowPhaseInfoBatch;
|
||||
class ConvexPolyhedronShape;
|
||||
class MemoryAllocator;
|
||||
|
|
Loading…
Reference in New Issue
Block a user