Home
last modified time | relevance | path

Searched refs:PE_Bubble_Explosion (Results 1 – 3 of 3) sorted by path

/dports/games/sea-defender/Sea-Defender-d628051/
H A Dfx_missile_expl.cpp9 m_bubble_expl = new PE_Bubble_Explosion(m_pos); in FX_Missile_Explosion()
H A Dpe_bubble_expl.cpp7 PE_Bubble_Explosion::PE_Bubble_Explosion(vec2 const& pos) : in PE_Bubble_Explosion() function in PE_Bubble_Explosion
12 void PE_Bubble_Explosion::update_single_particle(Particle& p,float delta_t,float p_time) in update_single_particle()
30 void PE_Bubble_Explosion::emit_single_particle(Particle& p) in emit_single_particle()
H A Dpe_bubble_expl.h7 class PE_Bubble_Explosion : public ParticleEffect
13 PE_Bubble_Explosion(vec2 const& pos);