| 34 | namespace |
| 35 | { |
| 36 | const ParamEntry* PreviewConfig() |
| 37 | { |
| 38 | const ParamEntry* sfx = Pars.FindEntry("CfgSFX"); |
| 39 | return sfx ? sfx->FindEntry("Preview") : nullptr; |
| 40 | } |
| 41 | |
| 42 | bool ResolvePreviewMusicTrack(const char* entryName, SoundPars& pars) |
| 43 | { |
no test coverage detected