mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
Implement CParticleGenInfoGeneric
This commit is contained in:
@@ -88,9 +88,9 @@ bool CParticleSwoosh::IsSystemDeletable() const
|
||||
return false;
|
||||
}
|
||||
|
||||
std::pair<zeus::CAABox, bool> CParticleSwoosh::GetBounds() const
|
||||
rstl::optional_object<zeus::CAABox> CParticleSwoosh::GetBounds() const
|
||||
{
|
||||
return std::make_pair(zeus::CAABox(), false);
|
||||
return {};
|
||||
}
|
||||
|
||||
u32 CParticleSwoosh::GetParticleCount() const
|
||||
|
||||
Reference in New Issue
Block a user