2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

TLockedToken cached pointer

This commit is contained in:
Jack Andersen
2016-02-07 19:10:17 -10:00
parent 259eb89b00
commit 718436d2a6
6 changed files with 77 additions and 31 deletions

View File

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