mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
All MP1 element decls in
This commit is contained in:
16
Runtime/Particle/CParticleGlobals.cpp
Normal file
16
Runtime/Particle/CParticleGlobals.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "CParticleGlobals.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
int CParticleGlobals::g_emitterTimeInt = 0;
|
||||
float CParticleGlobals::g_emitterTimeFloat = 0.0;
|
||||
|
||||
int CParticleGlobals::g_particleLifetimeInt = 0;
|
||||
float CParticleGlobals::g_particleLifetimeFloat = 0.0;
|
||||
|
||||
int CParticleGlobals::g_particleLifetimePercentTweenInt = 0;
|
||||
float CParticleGlobals::g_particleLifetimePercentTweenFloat = 0.0;
|
||||
float CParticleGlobals::g_particleLifetimePercentTweenIntFloatRem = 0.0;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user