mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
9 lines
143 B
C
9 lines
143 B
C
#ifndef _ULTRA64_AI_H_
|
|
#define _ULTRA64_AI_H_
|
|
|
|
u32 osAiGetLength(void);
|
|
s32 osAiSetNextBuffer(void *, u32);
|
|
s32 osAiSetFrequency(u32);
|
|
|
|
#endif
|