mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 04:27:42 +00:00
Various CPlayer and CBodyStateCmdMgr imps
This commit is contained in:
12
Runtime/Character/CSteeringBehaviors.cpp
Normal file
12
Runtime/Character/CSteeringBehaviors.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "CSteeringBehaviors.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
zeus::CVector3f CSteeringBehaviors::ProjectOrbitalPosition(const zeus::CVector3f&, const zeus::CVector3f&,
|
||||
const zeus::CVector3f&, float)
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user