mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 03:44:34 +00:00
7 lines
130 B
C
7 lines
130 B
C
#ifndef _OSAI_H_
|
|
#define _OSAI_H_
|
|
|
|
s32 osAiSetFrequency(u32);
|
|
s32 osAiSetNextBuffer(void *, u32);
|
|
u32 osAiGetLength(void);
|
|
#endif
|