mirror of
https://gitlab.com/banjo.decomp/banjo-kazooie
synced 2026-07-13 06:19:26 -04:00
12 lines
118 B
C
Executable File
12 lines
118 B
C
Executable File
|
|
|
|
|
|
#ifndef __cseq__
|
|
#define __cseq__
|
|
|
|
|
|
char __alCSeqNextDelta(ALCSeq *seq, s32 *pDeltaTicks);
|
|
|
|
|
|
#endif /* __cseq__ */
|