2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:07:42 +00:00

CPhazonHealingNodule: Create class

This commit is contained in:
2020-04-02 20:13:32 -04:00
parent 93751972ac
commit 0bef9104b5
5 changed files with 77 additions and 3 deletions

View File

@@ -10,7 +10,9 @@
#include "Runtime/CToken.hpp"
#include "Runtime/rstl.hpp"
#include "Runtime/Graphics/CLineRenderer.hpp"
#include "Runtime/Particle/CElementGen.hpp"
#include "Runtime/Particle/CParticleGen.hpp"
#include "Runtime/Particle/CParticleSwoosh.hpp"
#include <zeus/CAABox.hpp>
#include <zeus/CColor.hpp>
@@ -19,8 +21,6 @@
namespace urde {
class CElectricDescription;
class CElementGen;
class CParticleSwoosh;
class CParticleElectric : public CParticleGen {
static u16 g_GlobalSeed;