2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 02:27:42 +00:00
This commit is contained in:
Jack Andersen
2016-02-11 12:43:04 -10:00
6 changed files with 68 additions and 2 deletions

View File

@@ -177,6 +177,7 @@ public:
CElementGen* ConstructChildParticleSystem(const TToken<CGenDescription>&);
void UpdateLightParameters();
void BuildParticleSystemBounds();
u32 GetSystemCount();
u32 GetParticleCountAllInternal() const;
u32 GetParticleCountAll() const {return x20c_recursiveParticleCount;}