about summary refs log tree commit diff stats
path: root/src/ap_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ap_state.h')
-rw-r--r--src/ap_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index 298df8c..482c155 100644 --- a/src/ap_state.h +++ b/src/ap_state.h
@@ -63,6 +63,8 @@ bool AP_HasCheckedHuntPanel(int location_id);
63// RecalculateReachability, which is only called from the APState thread anyway. 63// RecalculateReachability, which is only called from the APState thread anyway.
64bool AP_HasItem(int item_id, int quantity = 1); 64bool AP_HasItem(int item_id, int quantity = 1);
65 65
66bool AP_HasItemSafe(int item_id, int quantity = 1);
67
66// This doesn't lock the client mutex because it is ONLY to be called from 68// This doesn't lock the client mutex because it is ONLY to be called from
67// RecalculateReachability, which is only called from within a client callback 69// RecalculateReachability, which is only called from within a client callback
68// anyway. 70// anyway.