mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 00:27:43 +00:00
More work on CPlayerGun
This commit is contained in:
@@ -46,6 +46,17 @@ void CGrappleArm::Update(float grappleSwingT, float dt, CStateManager& mgr)
|
||||
|
||||
}
|
||||
|
||||
void CGrappleArm::PreRender(const CStateManager& mgr, const zeus::CFrustum& frustum, const zeus::CVector3f& camPos)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CGrappleArm::Render(const CStateManager& mgr, const zeus::CVector3f& pos,
|
||||
const CModelFlags& flags, const CActorLights* lights) const
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CGrappleArm::AcceptScriptMsg(EScriptObjectMessage, TUniqueId, CStateManager&)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user