seqpLoop.h 231 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #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__ */