mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 14:27:42 +00:00
Add missing include
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#include "CCollisionResponseData.hpp"
|
#include "CCollisionResponseData.hpp"
|
||||||
|
#include "CSimplePool.hpp"
|
||||||
|
|
||||||
namespace pshag
|
namespace pshag
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ CMVEBounce::CMVEBounce(CVectorElement *a, CVectorElement *b, CRealElement *c, CR
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CMVEBounce::GetValue(int frame, Zeus::CVector3f &pVel, Zeus::CVector3f &pPos) const
|
bool CMVEBounce::GetValue(int frame, Zeus::CVector3f& pVel, Zeus::CVector3f& pPos) const
|
||||||
{
|
{
|
||||||
if (!x14_e)
|
if (!x14_e)
|
||||||
{
|
{
|
||||||
@@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user