mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-10 13:25:53 +00:00
CIntElement: Organize cpp includes
This commit is contained in:
parent
83873b580e
commit
af0c2c41e3
@ -1,8 +1,9 @@
|
|||||||
#include "CIntElement.hpp"
|
#include "Runtime/Particle/CIntElement.hpp"
|
||||||
#include "CParticleGlobals.hpp"
|
|
||||||
#include "CRandom16.hpp"
|
#include "Runtime/CRandom16.hpp"
|
||||||
#include "CElementGen.hpp"
|
#include "Runtime/Particle/CElementGen.hpp"
|
||||||
#include "CGenDescription.hpp"
|
#include "Runtime/Particle/CGenDescription.hpp"
|
||||||
|
#include "Runtime/Particle/CParticleGlobals.hpp"
|
||||||
|
|
||||||
/* Documentation at: http://www.metroid2002.com/retromodding/wiki/Particle_Script#Int_Elements */
|
/* Documentation at: http://www.metroid2002.com/retromodding/wiki/Particle_Script#Int_Elements */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user