mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 18:46:09 +00:00
More CPlayer imps
This commit is contained in:
@@ -40,4 +40,19 @@ void CMorphBall::DrawBallShadow(const CStateManager& mgr)
|
||||
x1e50_shadow->Render(mgr, alpha);
|
||||
}
|
||||
|
||||
void CMorphBall::DeleteBallShadow()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CMorphBall::CreateBallShadow()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CMorphBall::RenderToShadowTex(CStateManager& mgr)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user