metaforce/Runtime/Particle/CParticleGen.cpp

8 lines
174 B
C++
Raw Normal View History

#include "Runtime/Particle/CParticleGen.hpp"
2016-02-13 05:49:59 +00:00
2021-04-10 08:42:06 +00:00
namespace metaforce {
2016-02-13 05:49:59 +00:00
2018-12-08 05:30:43 +00:00
void CParticleGen::AddModifier(CWarp* mod) { x4_modifierList.push_back(mod); }
2016-02-13 05:49:59 +00:00
2021-04-10 08:42:06 +00:00
} // namespace metaforce