mirror of https://github.com/zeldaret/botw.git
Havok: Fix struct/class mismatch warning in hkpConvexListFilter
This commit is contained in:
parent
751bed1105
commit
986f12a1d8
|
@ -4,7 +4,7 @@
|
||||||
#include <Havok/Common/Base/Object/hkReferencedObject.h>
|
#include <Havok/Common/Base/Object/hkReferencedObject.h>
|
||||||
|
|
||||||
class hkpCdBody;
|
class hkpCdBody;
|
||||||
class hkpCollisionInput;
|
struct hkpCollisionInput;
|
||||||
|
|
||||||
class hkpConvexListFilter : public hkReferencedObject {
|
class hkpConvexListFilter : public hkReferencedObject {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue