mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-24 05:55:01 +03:00
13 lines
336 B
C
13 lines
336 B
C
#ifndef FUNCTIONS_H
|
|
#define FUNCTIONS_H
|
|
|
|
void func_80005C34(s32, f32, f32, f32, s32);
|
|
void func_80006EB8(Gfx **);
|
|
s32 func_8008BCBC(s32 /*arg0*/);
|
|
void func_8009D994(Gfx*, void*, u32, u32, f32, f32, f32, f32);
|
|
void func_8009FEA0(s32, s32, s32);
|
|
void func_800A1200(s32, s32, f32, f32, s32*);
|
|
void func_800B8DD0(Gfx **, s32);
|
|
|
|
#endif
|