about summary refs log tree commit diff stats
path: root/src/ap_state.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-11 23:18:33 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-11 23:18:33 -0400
commitf4945731a958371d206ccfa4a34486b263be5b21 (patch)
tree683a4217b3b2397f3554000f46f6279143798059 /src/ap_state.h
parent5a397a4587093b9044fdc5a38e5a61a78c0c9748 (diff)
downloadlingo-ap-tracker-f4945731a958371d206ccfa4a34486b263be5b21.tar.gz
lingo-ap-tracker-f4945731a958371d206ccfa4a34486b263be5b21.tar.bz2
lingo-ap-tracker-f4945731a958371d206ccfa4a34486b263be5b21.zip
Added color indicators to subway map HEAD main
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.