| 218 | }; |
| 219 | |
| 220 | void fire_node_t::gen_render_instances( |
| 221 | std::vector<wf::scene::render_instance_uptr>& instances, |
| 222 | wf::scene::damage_callback push_damage, |
| 223 | wf::output_t *output) |
| 224 | { |
| 225 | instances.push_back(std::make_unique<fire_render_instance_t>( |
| 226 | this, push_damage, output)); |
| 227 | } |
| 228 | |
| 229 | static float fire_duration_mod_for_height(int height) |
| 230 | { |
no outgoing calls
no test coverage detected