mirror of https://github.com/AxioDL/metaforce.git
Add missing include
This commit is contained in:
parent
f5de9a3033
commit
e64e4b6c0b
|
@ -1,4 +1,5 @@
|
||||||
#include "CCollisionResponseData.hpp"
|
#include "CCollisionResponseData.hpp"
|
||||||
|
#include "CSimplePool.hpp"
|
||||||
|
|
||||||
namespace pshag
|
namespace pshag
|
||||||
{
|
{
|
||||||
|
|
|
@ -143,4 +143,10 @@ bool CMVEBounce::GetValue(int frame, Zeus::CVector3f &pVel, Zeus::CVector3f &pPo
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool CMVESetPosition::GetValue(int frame, Zeus::CVector3f& /*pVel*/, Zeus::CVector3f& pPos) const
|
||||||
|
{
|
||||||
|
x4_a->GetValue(frame, pPos);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue