diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-11 23:18:33 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-11 23:18:33 -0400 |
commit | f4945731a958371d206ccfa4a34486b263be5b21 (patch) | |
tree | 683a4217b3b2397f3554000f46f6279143798059 /src/ap_state.h | |
parent | 5a397a4587093b9044fdc5a38e5a61a78c0c9748 (diff) | |
download | lingo-ap-tracker-f4945731a958371d206ccfa4a34486b263be5b21.tar.gz lingo-ap-tracker-f4945731a958371d206ccfa4a34486b263be5b21.tar.bz2 lingo-ap-tracker-f4945731a958371d206ccfa4a34486b263be5b21.zip |
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 2 |
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. |
64 | bool AP_HasItem(int item_id, int quantity = 1); | 64 | bool AP_HasItem(int item_id, int quantity = 1); |
65 | 65 | ||
66 | bool 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. |