2
0
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:
2016-02-25 19:31:00 -08:00
parent 741ac2c0ca
commit 277455b072
4 changed files with 112 additions and 19 deletions

View File

@@ -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();