2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-28 00:45:34 +00:00
metaforce/Runtime/Particle/CParticleSwoosh.cpp
2016-02-11 13:05:42 -10:00

12 lines
156 B
C++

#include "CParticleSwoosh.hpp"
namespace Retro
{
CParticleSwoosh::CParticleSwoosh(const TToken<CSwooshDescription>& desc, int)
: CElementGen(desc)
{
}
}