diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-21 12:51:05 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-21 12:51:05 -0400 |
commit | 900355a291cd2c2452e909407a57d3e81d7ad85e (patch) | |
tree | d55029bb8af0ce0d41760f10e72c3e5ad2323406 /src/ap_state.h | |
parent | dfddd07b8b5cbff7c09103a694aed40bda254a2d (diff) | |
download | lingo-ap-tracker-900355a291cd2c2452e909407a57d3e81d7ad85e.tar.gz lingo-ap-tracker-900355a291cd2c2452e909407a57d3e81d7ad85e.tar.bz2 lingo-ap-tracker-900355a291cd2c2452e909407a57d3e81d7ad85e.zip |
Stopped using apclient get_item_name
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index 8641000..54e1187 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -63,11 +63,6 @@ bool AP_HasItem(int item_id, int quantity = 1); | |||
63 | 63 | ||
64 | bool AP_HasItemSafe(int item_id, int quantity = 1); | 64 | bool AP_HasItemSafe(int item_id, int quantity = 1); |
65 | 65 | ||
66 | // 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 | ||
68 | // anyway. | ||
69 | std::string AP_GetItemName(int item_id); | ||
70 | |||
71 | DoorShuffleMode AP_GetDoorShuffleMode(); | 66 | DoorShuffleMode AP_GetDoorShuffleMode(); |
72 | 67 | ||
73 | bool AP_AreDoorsGrouped(); | 68 | bool AP_AreDoorsGrouped(); |