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