mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
57efce4a9b
* audio OK * format
15 lines
270 B
C
15 lines
270 B
C
#ifndef C_720B20_H
|
|
#define C_720B20_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
// void Na_Inst();
|
|
// void func_800FCEEC_jp();
|
|
s32 Na_InstCountGet(void);
|
|
// void func_800FD0D4_jp();
|
|
// void func_800FD13C_jp();
|
|
void Na_FurnitureInst(s32,u8,s32,u16,f32);
|
|
// void func_800FD280_jp();
|
|
|
|
#endif
|