| 558 | } |
| 559 | |
| 560 | static void importSmokeEffect(OpenLoco::Smoke& dst, const S5::Smoke& src) |
| 561 | { |
| 562 | dst.frame = src.frame; |
| 563 | } |
| 564 | |
| 565 | static OpenLoco::Entity importEffectEntity(const S5::Entity& src) |
| 566 | { |
no outgoing calls
no test coverage detected