mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Implement CNewIntroBoss
This commit is contained in:
@@ -25,4 +25,54 @@ zeus::CVector3f CBurstFire::GetDistanceCompensatedError(float, float) const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
void CBurstFire::SetFirstBurst(bool)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool CBurstFire::IsBurstSet() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void CBurstFire::SetTimeToNextShot(float)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool CBurstFire::ShouldFire() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void CBurstFire::Start(CStateManager&)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CBurstFire::GetError(float, float) const
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
float CBurstFire::GetMaxXError() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
float CBurstFire::GetMaxZError() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void CBurstFire::GetError() const
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CBurstFire::SetFirstBurstIndex(s32)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user