mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
fd742f93be
* decompile func_80086C08 * decompile func_80086CC8 * format * decompile func_80088784 * preserve macros * better match func_80005708 * format * *arg0 * decompile func_80089670 * decompile func_80089710 * decompile func_800897B0 * decompile func_80089850 * decompile func_800898F0 * decompile func_80089994 * decompile func_80089AF4 * decompile func_80089B94 * decompile func_80089C38 * decompile func_80089D28 * space * format * decompile func_80089E98 * correction * declare segmented addresses in func_80088784 * segmented addresses in undefined_syms * correction * Gfx type * *arg0 + 1 in func_80005708 * roll back s32 -> Gfx * fix * array of Gfx pointers * decompile func_8008AD94 * decompile func_8008AD94 * decompile func_8008B1B0 * decompile func_8008B2F0 * create structs.h * reordering * format * decompile func_8008B5B0 * decompile func_8008B9E8 * decompile func_8008BAE4 * decompile func_8008C390 * fixes * fixes * fix warnings * move protos to functions header * move variables to variables.h * roll back segmented config in header
68 lines
2.0 KiB
C
68 lines
2.0 KiB
C
#ifndef FUNCTIONS_H
|
|
#define FUNCTIONS_H
|
|
|
|
f32 func_80005100(f32 arg0, f32 arg1);
|
|
void func_80005680(Matrix*, Matrix*);
|
|
void func_80005708(Matrix ** mtx);
|
|
void func_80005740(Matrix** mtx);
|
|
void func_80005B00(Matrix*, f32, f32, f32, u8);
|
|
void func_80005C34(Matrix*, f32, f32, f32, s32);
|
|
void func_80006EB8(Gfx **);
|
|
void func_80006F20(void);
|
|
|
|
void func_800182F4(s32);
|
|
void func_80019218(u32, f32*, u8, f32*, f32*, s8*);
|
|
void func_8001A838(u32 arg0);
|
|
void func_8001AF40(s32 arg0);
|
|
void func_8001DC6C(s32, s32);
|
|
|
|
void func_80084688(s32, s32);
|
|
void func_80086664(f32, f32);
|
|
s32 func_8008B774(void);
|
|
s32 func_8008BCBC(s32 arg0);
|
|
|
|
void func_8009BC2C(f32*, f32, f32, f32, f32);
|
|
void func_8009D994(Gfx**, void*, u32, u32, f32, f32, f32, f32);
|
|
void func_8009FEA0(s32, s32, s32);
|
|
void func_800A1200(s32, s32, f32, f32, char*);
|
|
void func_800A5D6C(void);
|
|
void func_800B8DD0(Gfx **, s16);
|
|
void func_800BB5D0(void);
|
|
void func_800B6F50(f32, f32, f32, f32, f32, f32);
|
|
|
|
void func_801877F0_EBFEB0(void);
|
|
s32 func_80187ABC_EC017C(void);
|
|
void func_80187B00_EC01C0(void);
|
|
void func_80187E28_EC04E8(void);
|
|
void func_801888E8_EC0FA8(void);
|
|
void func_8018994C_EC200C(void);
|
|
void func_8018A644_EC2D04(void);
|
|
void func_8018ACEC_EC33AC(void);
|
|
void func_8018B5C4_EC3C84(void);
|
|
void func_8018C644_EC4D04(void);
|
|
void func_80190E64_EC9524(void);
|
|
void func_8019111C_EC97DC(void);
|
|
void func_80187CA8_EC0368(void);
|
|
void func_80188010_EC06D0(void);
|
|
void func_80189208_EC18C8(void);
|
|
void func_8018A2F8_EC29B8(void);
|
|
void func_8018A990_EC3050(void);
|
|
void func_8018B038_EC36F8(void);
|
|
void func_8018C114_EC47D4(void);
|
|
void func_8018CB90_EC5250(void);
|
|
void func_8018F680_EC7D40(void);
|
|
void func_8018F77C_EC7E3C(void);
|
|
void func_8018F85C_EC7F1C(void);
|
|
void func_8018F8E4_EC7FA4(void);
|
|
void func_8018FC14_EC82D4(void);
|
|
void func_8018FD08_EC83C8(void);
|
|
void func_8018FF74_EC8634(void);
|
|
void func_801906A0_EC8D60(void);
|
|
void func_80190C9C_EC935C(void);
|
|
void func_801918FC_EC9FBC(void);
|
|
void func_8018D2B8_EC5978(s32);
|
|
void func_8018EA78_EC7138(s32);
|
|
void func_80191674_EC9D34(f32, f32, f32, f32*, f32*, f32*);
|
|
|
|
#endif
|