mirror of
https://github.com/sonicdcer/sf64.git
synced 2024-11-23 21:09:56 +00:00
11 lines
267 B
C
11 lines
267 B
C
#ifndef FUNCTIONS_H
|
|
#define FUNCTIONS_H
|
|
|
|
void func_80005C34(s32, f32, f32, f32, s32);
|
|
void func_80006EB8(Gfx **);
|
|
void func_8009D994(Gfx*, void*, u32, u32, f32, f32, f32, f32);
|
|
void func_800A1200(s32, s32, f32, f32, s32*);
|
|
void func_800B8DD0(Gfx **, s32);
|
|
|
|
#endif
|