Identify unnamed inv functions
This commit is contained in:
parent
504cdb1f78
commit
1b0a1cf307
|
|
@ -745,7 +745,7 @@ bool inv_has_key_flags(u32 wantkeyflags)
|
|||
return false;
|
||||
}
|
||||
|
||||
bool func0f11283c(void)
|
||||
bool inv_has_goldeneyekey(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
@ -768,7 +768,7 @@ bool inv_has_data_uplink(void)
|
|||
return false;
|
||||
}
|
||||
|
||||
bool func0f1128c4(void)
|
||||
bool inv_has_goldengun(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue