mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 08:07:35 -04:00
Decompile handGetWeaponInfo
This commit is contained in:
@@ -18,8 +18,8 @@ void func0f0988e0(struct remoteminething *arg0, bool arg1, struct hand *hand);
|
||||
u32 func0f098a44(void);
|
||||
u32 func0f098bfc(void);
|
||||
u32 func0f098c0c(void);
|
||||
void func0f098c4c(s32 *arg1, s32 handnum);
|
||||
s32 func0f098ca0(s32 arg0, s32 *arg1, struct hand *hand);
|
||||
void handGetWeaponInfo(struct handweaponinfo *info, s32 handnum);
|
||||
s32 func0f098ca0(s32 arg0, struct handweaponinfo *info, struct hand *hand);
|
||||
u32 func0f098df8(void);
|
||||
u32 func0f098f8c(void);
|
||||
bool func0f099008(s32 handnum);
|
||||
|
||||
@@ -6851,4 +6851,10 @@ struct aibotweaponpreference {
|
||||
u16 unk0e_03 : 1;
|
||||
};
|
||||
|
||||
struct handweaponinfo {
|
||||
s32 weaponnum;
|
||||
struct weapon *definition;
|
||||
struct gunctrl *gunctrl;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user