mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
57efce4a9b
* audio OK * format
25 lines
574 B
C
25 lines
574 B
C
#ifndef C_71FA20_H
|
|
#define C_71FA20_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
// void func_800FBD80_jp();
|
|
// void func_800FBE20_jp();
|
|
// void func_800FBEF4_jp();
|
|
// void func_800FBFF8_jp();
|
|
// void func_800FC02C_jp();
|
|
// void func_800FC0B8_jp();
|
|
void Na_RhythmStart(s32 arg0, s8 arg1, s8 arg2);
|
|
void Na_RhythmStop(void);
|
|
void Na_RhythmAllStop(void);
|
|
// void func_800FC1F0_jp();
|
|
f32 get_rhythm_buffer(void);
|
|
s16 Na_GetRhythmSubTrack(void);
|
|
// void func_800FC430_jp();
|
|
void Na_GetRhythmInfo(void*);
|
|
void Na_SetRhythmInfo(void*);
|
|
// void func_800FC5C8_jp();
|
|
// void func_800FC6A0_jp();
|
|
|
|
#endif
|