mirror of https://github.com/zeldaret/botw.git
Havok: Fix class/struct mismatches
This commit is contained in:
parent
26f4aea77c
commit
aa4722bedb
|
@ -35,30 +35,30 @@ class hkpEntityListener;
|
||||||
class hkpIslandActivationListener;
|
class hkpIslandActivationListener;
|
||||||
class hkpIslandPostCollideListener;
|
class hkpIslandPostCollideListener;
|
||||||
class hkpIslandPostIntegrateListener;
|
class hkpIslandPostIntegrateListener;
|
||||||
class hkpLinearCastInput;
|
struct hkpLinearCastInput;
|
||||||
class hkpMtThreadStructure;
|
class hkpMtThreadStructure;
|
||||||
class hkpMultithreadConfig;
|
class hkpMultithreadConfig;
|
||||||
class hkpPhantom;
|
class hkpPhantom;
|
||||||
class hkpPhantomBroadPhaseListener;
|
class hkpPhantomBroadPhaseListener;
|
||||||
class hkpPhantomListener;
|
class hkpPhantomListener;
|
||||||
class hkpPhysicsSystem;
|
class hkpPhysicsSystem;
|
||||||
class hkpProcessCollisionInput;
|
struct hkpProcessCollisionInput;
|
||||||
class hkpRigidBody;
|
class hkpRigidBody;
|
||||||
class hkpSimulation;
|
class hkpSimulation;
|
||||||
class hkpSimulationIsland;
|
class hkpSimulationIsland;
|
||||||
class hkpTypedBroadPhaseDispatcher;
|
class hkpTypedBroadPhaseDispatcher;
|
||||||
class hkpViolatedConstraintArray;
|
struct hkpViolatedConstraintArray;
|
||||||
class hkpWorldDeletionListener;
|
class hkpWorldDeletionListener;
|
||||||
class hkpWorldExtension;
|
class hkpWorldExtension;
|
||||||
class hkpWorldGetClosestPointsCommand;
|
struct hkpWorldGetClosestPointsCommand;
|
||||||
class hkpWorldLinearCastCommand;
|
struct hkpWorldLinearCastCommand;
|
||||||
class hkpWorldMaintenanceMgr;
|
class hkpWorldMaintenanceMgr;
|
||||||
class hkpWorldOperationQueue;
|
class hkpWorldOperationQueue;
|
||||||
class hkpWorldPostCollideListener;
|
class hkpWorldPostCollideListener;
|
||||||
class hkpWorldPostIntegrateListener;
|
class hkpWorldPostIntegrateListener;
|
||||||
class hkpWorldPostSimulationListener;
|
class hkpWorldPostSimulationListener;
|
||||||
class hkpWorldRayCastCommand;
|
struct hkpWorldRayCastCommand;
|
||||||
class hkpWorldRayCastOutput;
|
struct hkpWorldRayCastOutput;
|
||||||
|
|
||||||
namespace hkWorldOperation {
|
namespace hkWorldOperation {
|
||||||
struct BaseOperation;
|
struct BaseOperation;
|
||||||
|
|
Loading…
Reference in New Issue