Starship/include/functions.h

13 lines
336 B
C
Raw Normal View History

2023-10-13 04:50:53 -03:00
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
2023-10-18 16:32:17 -03:00
void func_80005C34(s32, f32, f32, f32, s32);
void func_80006EB8(Gfx **);
2023-10-18 18:20:10 -03:00
s32 func_8008BCBC(s32 /*arg0*/);
2023-10-18 16:32:17 -03:00
void func_8009D994(Gfx*, void*, u32, u32, f32, f32, f32, f32);
2023-10-18 18:20:10 -03:00
void func_8009FEA0(s32, s32, s32);
2023-10-18 16:32:17 -03:00
void func_800A1200(s32, s32, f32, f32, s32*);
2023-10-16 15:49:24 -05:00
void func_800B8DD0(Gfx **, s32);
2023-10-13 06:19:10 -03:00
#endif