AXARTAddSound

C Specification

#include <revolution.h>
#include <revolution/axart.h>
void AXARTAddSound(AXART_SOUND *sound);

Arguments

sound   Pointer to the user-allocated AXART_SOUND.

Return Values

None.

Description

AXARTAddSound() adds an AXART_SOUND to an AXART sound list. All articulators added to the AXART_SOUND will start running.

See Also

AXARTRemoveSound
AXARTServiceSounds
AXART_SOUND

Revision History

2006/03/01 Initial version.


CONFIDENTIAL