SEQInit

C Specification

#include <revolution.h>
#include <revolution/seq.h>

void SEQInit(void);

Arguments

None.

Return Values

None.

Description

This function initializes the sequencer. It must be called before any other SEQ API calls.

See Also

SEQQuit

Revision History

03/01/2006 Initial version.