mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 19:11:20 +00:00
8 lines
174 B
C++
8 lines
174 B
C++
#include "Runtime/Particle/CParticleGen.hpp"
|
|
|
|
namespace metaforce {
|
|
|
|
void CParticleGen::AddModifier(CWarp* mod) { x4_modifierList.push_back(mod); }
|
|
|
|
} // namespace metaforce
|