metaforce/Runtime/Particle/CParticleGen.cpp

8 lines
174 B
C++
Raw Normal View History

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