Home
last modified time | relevance | path

Searched refs:point_particle_system (Results 1 – 1 of 1) sorted by relevance

/dports/games/frogatto/frogatto-1.3.1/src/
H A Dparticle_system.cpp691 class point_particle_system : public particle_system class
694point_particle_system(const entity& obj, const point_particle_info& info) : obj_(obj), info_(info)… in point_particle_system() function in __anon54335c4e0111::point_particle_system
874 return particle_system_ptr(new point_particle_system(e, info_)); in create()