| 176 | return GetDefaultName(baseName, "data\\", ".paa"); |
| 177 | } |
| 178 | RString GetSoundName(RString baseName) |
| 179 | { |
| 180 | return GetDefaultName(baseName, "sound\\", ".wss"); |
| 181 | } |
| 182 | |
| 183 | #ifndef ACCESS_ONLY |
| 184 | LSError SoundPars::Serialize(ParamArchive& ar) |
no test coverage detected