mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-01 01:38:46 -04:00
Identify unnamed inv functions
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user