From aa4722bedb6c2bc4c1b519603196260c70a7d4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Thu, 3 Mar 2022 12:23:28 +0100 Subject: [PATCH] Havok: Fix class/struct mismatches --- .../Havok/Physics2012/Dynamics/World/hkpWorld.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/hkStubs/Havok/Physics2012/Dynamics/World/hkpWorld.h b/lib/hkStubs/Havok/Physics2012/Dynamics/World/hkpWorld.h index 60ee0e29..79673476 100644 --- a/lib/hkStubs/Havok/Physics2012/Dynamics/World/hkpWorld.h +++ b/lib/hkStubs/Havok/Physics2012/Dynamics/World/hkpWorld.h @@ -35,30 +35,30 @@ class hkpEntityListener; class hkpIslandActivationListener; class hkpIslandPostCollideListener; class hkpIslandPostIntegrateListener; -class hkpLinearCastInput; +struct hkpLinearCastInput; class hkpMtThreadStructure; class hkpMultithreadConfig; class hkpPhantom; class hkpPhantomBroadPhaseListener; class hkpPhantomListener; class hkpPhysicsSystem; -class hkpProcessCollisionInput; +struct hkpProcessCollisionInput; class hkpRigidBody; class hkpSimulation; class hkpSimulationIsland; class hkpTypedBroadPhaseDispatcher; -class hkpViolatedConstraintArray; +struct hkpViolatedConstraintArray; class hkpWorldDeletionListener; class hkpWorldExtension; -class hkpWorldGetClosestPointsCommand; -class hkpWorldLinearCastCommand; +struct hkpWorldGetClosestPointsCommand; +struct hkpWorldLinearCastCommand; class hkpWorldMaintenanceMgr; class hkpWorldOperationQueue; class hkpWorldPostCollideListener; class hkpWorldPostIntegrateListener; class hkpWorldPostSimulationListener; -class hkpWorldRayCastCommand; -class hkpWorldRayCastOutput; +struct hkpWorldRayCastCommand; +struct hkpWorldRayCastOutput; namespace hkWorldOperation { struct BaseOperation;