| 585 | //----------------------------------------------------------------------------- |
| 586 | |
| 587 | bool SFXSound::isReady() const |
| 588 | { |
| 589 | return ( mBuffer != NULL && mBuffer->isReady() ); |
| 590 | } |
| 591 | |
| 592 | //----------------------------------------------------------------------------- |
| 593 |
no outgoing calls
no test coverage detected