diff --git a/Runtime/Particle/CElementGen.hpp b/Runtime/Particle/CElementGen.hpp index 8319d11e9..2c308dcea 100644 --- a/Runtime/Particle/CElementGen.hpp +++ b/Runtime/Particle/CElementGen.hpp @@ -19,13 +19,13 @@ #include namespace urde { -class CWarp; -class CLight; -class IGenDescription; -class CGenDescription; -class CParticleSwoosh; -class CParticleElectric; class CActorLights; +class CGenDescription; +class CLight; +class CParticleElectric; +class CParticleSwoosh; +class CWarp; +class IGenDescription; class CElementGen : public CParticleGen { static u16 g_GlobalSeed;