MIXQuit

C Specification

#include <revolution.h>
#include <revolution/mix.h>
void MIXQuit(void);

Arguments

None.

Return Values

None.

Description

Call the MIXQuit function if you want to shut down the mixer carefully.

Note: Currently, this function does nothing. Use this interface if running code is necessary to silence any stray mixer input.

See Also

MIXInit

Revision History

03/01/2006 Initial version.