Build: Fix empty install commands
Former-commit-id: 42abd0d02836ee466821da11bc34bbe4acc30389 [formerly 0031006522b6c8910fae4c7b72eaf05cda23dcea] Former-commit-id: 11ed91151aa8db729bea196ca9705a6e60f260bb
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Ndk
|
||||
|
||||
ParticleEmitterComponent(Nz::ParticleGroup* group);
|
||||
ParticleEmitterComponent(const ParticleEmitterComponent& emitter);
|
||||
ParticleEmitterComponent(ParticleEmitterComponent&& emitter);
|
||||
~ParticleEmitterComponent();
|
||||
|
||||
inline bool IsActive() const;
|
||||
@@ -31,8 +32,12 @@ namespace Ndk
|
||||
static ComponentIndex componentIndex;
|
||||
|
||||
private:
|
||||
void OnParticleGroupRelease(const Nz::ParticleGroup* particleGroup);
|
||||
|
||||
void SetupParticles(Nz::ParticleMapper& mapper, unsigned int count) const override;
|
||||
|
||||
NazaraSlot(Nz::ParticleGroup, OnParticleGroupRelease, m_particleGroupRelease);
|
||||
|
||||
SetupFunc m_setupFunc;
|
||||
Nz::ParticleGroup* m_particleGroup;
|
||||
bool m_isActive;
|
||||
|
||||
Reference in New Issue
Block a user