CIntElement: Organize cpp includes

This commit is contained in:
Lioncash 2019-10-04 19:20:04 -04:00
parent 83873b580e
commit af0c2c41e3
1 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
#include "CIntElement.hpp"
#include "CParticleGlobals.hpp"
#include "CRandom16.hpp"
#include "CElementGen.hpp"
#include "CGenDescription.hpp"
#include "Runtime/Particle/CIntElement.hpp"
#include "Runtime/CRandom16.hpp"
#include "Runtime/Particle/CElementGen.hpp"
#include "Runtime/Particle/CGenDescription.hpp"
#include "Runtime/Particle/CParticleGlobals.hpp"
/* Documentation at: http://www.metroid2002.com/retromodding/wiki/Particle_Script#Int_Elements */