You've already forked 2ship2harkinian-Android
mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-03-10 11:20:47 -07:00
18 lines
238 B
C
18 lines
238 B
C
#ifndef PR_OS_AI_H
|
|
#define PR_OS_AI_H
|
|
|
|
#include <libultraship/libultra/os.h>
|
|
|
|
#if 0
|
|
|
|
#include "ultratypes.h"
|
|
|
|
|
|
u32 osAiGetLength(void);
|
|
s32 osAiSetFrequency(u32 frequency);
|
|
s32 osAiSetNextBuffer(void* buf, u32 size);
|
|
|
|
#endif // 0
|
|
|
|
#endif
|