mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-18 02:45:52 +00:00
16 lines
306 B
C++
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)
|
|
{
|
|
|
|
}
|
|
|
|
}
|