replace ContactManifoldInfo forward declaration as class with struct

Signed-off-by: DNKpp <DNKpp2011@gmail.com>
This commit is contained in:
DNKpp 2020-08-25 22:56:34 +02:00
parent c6f7fd0607
commit f8975140b0
5 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ namespace reactphysics3d {
// Class declarations
class ContactManifold;
class ContactManifoldInfo;
struct ContactManifoldInfo;
struct ContactPointInfo;
class CollisionBody;
class ContactPoint;

View File

@ -34,7 +34,7 @@
namespace reactphysics3d {
// Declarations
class ContactManifoldInfo;
struct ContactManifoldInfo;
struct NarrowPhaseInfoBatch;
class ConvexShape;
class Profiler;

View File

@ -33,7 +33,7 @@
namespace reactphysics3d {
class CollisionDetectionSystem;
class ContactManifoldInfo;
struct ContactManifoldInfo;
class DefaultPoolAllocator;
class OverlappingPair;
struct NarrowPhaseInfoBatch;

View File

@ -35,7 +35,7 @@ namespace reactphysics3d {
// Declarations
class CollisionShape;
struct LastFrameCollisionInfo;
class ContactManifoldInfo;
struct ContactManifoldInfo;
struct ContactPointInfo;
// Struct NarrowPhaseInfoBatch

View File

@ -36,7 +36,7 @@ namespace reactphysics3d {
// Declarations
class CapsuleShape;
class SphereShape;
class ContactManifoldInfo;
struct ContactManifoldInfo;
struct NarrowPhaseInfoBatch;
class ConvexPolyhedronShape;
class MemoryAllocator;