mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 15:53:34 -04:00
12 lines
118 B
C
12 lines
118 B
C
|
|
|
|
|
|
#ifndef __cseq__
|
|
#define __cseq__
|
|
|
|
|
|
char __alCSeqNextDelta(ALCSeq *seq, s32 *pDeltaTicks);
|
|
|
|
|
|
#endif /* __cseq__ */
|