2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-18 02:45:52 +00:00
metaforce/Runtime/Particle/CElementGen.cpp
2016-02-07 19:10:17 -10:00

16 lines
306 B
C++

#include "CElementGen.hpp"
#include "CGenDescription.hpp"
namespace Retro
{
CElementGen::CElementGen(const TToken<CGenDescription>& gen,
EModelOrientationType orientType,
EOptionalSystemFlags flags)
: x1c_genDesc(gen), x28_orientType(orientType)
{
}
}