| 543 | } |
| 544 | |
| 545 | static void importSplashEffect(OpenLoco::Splash& dst, const S5::Splash& src) |
| 546 | { |
| 547 | dst.frame = src.frame; |
| 548 | } |
| 549 | |
| 550 | static void importFireballEffect(OpenLoco::Fireball& dst, const S5::Fireball& src) |
| 551 | { |
no outgoing calls
no test coverage detected