2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 08:27:43 +00:00

Constructor stubs for swooshes and electrics

This commit is contained in:
Jack Andersen
2016-02-11 13:05:42 -10:00
parent b801bc5744
commit 93f8ae8905
10 changed files with 126 additions and 95 deletions

View File

@@ -14,6 +14,7 @@ namespace Retro
{
class CWarp;
class CLight;
class IGenDescription;
class CGenDescription;
class CParticleSwoosh;
class CParticleElectric;
@@ -60,8 +61,9 @@ public:
float x30_lineWidthOrRota = 0.f;
Zeus::CColor x34_color = {0.f, 0.f, 0.f, 1.f};
};
private:
TLockedToken<CGenDescription> x1c_genDesc;
protected:
CElementGen(const TToken<IGenDescription>& gen);
TLockedToken<IGenDescription> x1c_genDesc;
EModelOrientationType x28_orientType;
std::vector<CParticleListItem> x2c_particleLists;
std::vector<Zeus::CMatrix3f> x3c_parentMatrices;