| 338 | //----------------------------------------------------------------------------- |
| 339 | |
| 340 | void sfxRead( BitStream* stream, SFXDescription** description ) |
| 341 | { |
| 342 | sRead( stream, description ); |
| 343 | } |
| 344 | |
| 345 | //----------------------------------------------------------------------------- |
| 346 |
no test coverage detected