HBMPlayManualSound

Syntax


#include <revolution/hbm.h>

#define USE_FOR_MANUAL

void HBMPlayManualSound( int id );

Arguments

id The value that specifies the sound effect to be played.

Return Values

None.

Description

This is called to play sound effects in the manual displayed by the application from the HOME Menu.
Call this at the time the sound effect is played with a value of HBMSE_MANUAL_* set to id.

Enable the USE_FOR_MANUAL definition, and link homebuttonLib.vcmv.a or homebuttonMiniLib.vcmv.a.

See Also

HBMUpdateManualSound, HBMSE_XXX Enumerator

Revision History

2007/10/26
Revised the header explanation.
2006/11/11
Added information about USE_FOR_MANUAL.
2006/10/19
Initial version.

CONFIDENTIAL