mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Fix build error
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include "Audio/CSfxManager.hpp"
|
||||
#include "CToken.hpp"
|
||||
#include "zeus/CTransform.hpp"
|
||||
#include "Particle/CParticleElectric.hpp"
|
||||
#include "Particle/CParticleSwoosh.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -12,9 +14,7 @@ class CStateManager;
|
||||
class CEntity;
|
||||
class CElementGen;
|
||||
class CTexture;
|
||||
class CElectricDescription;
|
||||
class CGenDescription;
|
||||
class CParticleElectric;
|
||||
class CActor;
|
||||
|
||||
class CActorModelParticles
|
||||
@@ -33,7 +33,7 @@ public:
|
||||
u32 x80_ = 0;
|
||||
u32 x84_ = -1;
|
||||
u32 x88_seed1 = 99;
|
||||
rstl::reserved_vector<std::unique_ptr<CElementGen>, 4> x8c_;
|
||||
rstl::prereserved_vector<std::unique_ptr<CElementGen>, 4> x8c_;
|
||||
s32 xb0_ = -1;
|
||||
u32 xb4_seed2 = 99;
|
||||
std::unique_ptr<CElementGen> xb8_;
|
||||
|
||||
Reference in New Issue
Block a user