mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Initial CParticleElectric stubs
This commit is contained in:
@@ -199,6 +199,8 @@ public:
|
||||
u32 GetSystemCount();
|
||||
u32 GetParticleCountAllInternal() const;
|
||||
u32 GetParticleCountAll() const {return x20c_recursiveParticleCount;}
|
||||
void EndLifetime();
|
||||
void ForceParticleCreation(int amount) { CreateNewParticles(amount); }
|
||||
|
||||
bool InternalUpdate(double);
|
||||
void RenderModels();
|
||||
|
||||
Reference in New Issue
Block a user