| 538 | } |
| 539 | |
| 540 | static void importExplosionCloud(OpenLoco::ExplosionCloud& dst, const S5::ExplosionCloud& src) |
| 541 | { |
| 542 | dst.frame = src.frame; |
| 543 | } |
| 544 | |
| 545 | static void importSplashEffect(OpenLoco::Splash& dst, const S5::Splash& src) |
| 546 | { |
no outgoing calls
no test coverage detected