SND_DestroyBank

Syntax

#include <nitro/snd.h>
void SND_DestroyBank( SNDBankData* bank );

Arguments

bank This is the bank data pointer. Must have 32-byte alignment.

Return Values

None.

Description

Destroys the bank specified by bank.

You must call this function before making other use of the memory region of bank.

bank must have 32-byte alignment.

See Also

None.

Revision History

2004/07/20 Initial version.


CONFIDENTIAL