seqpLoop.h 231 Bytes
#ifndef	__seqpLoop__
#define __seqpLoop__


void	SeqpLoop_Init (void);
void	SeqpLoop_Fini (void);
void	SeqpLoop_ButtonProc(u16 oldButtons, u16 newButtons);
void	SeqpLoop_RetraceProc (TRetraceData data);


#endif /* __seqpLoop__ */