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-21 12:51:05 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-21 12:51:05 -0400
commit900355a291cd2c2452e909407a57d3e81d7ad85e (patch)
treed55029bb8af0ce0d41760f10e72c3e5ad2323406 /src/ap_state.h
parentdfddd07b8b5cbff7c09103a694aed40bda254a2d (diff)
downloadlingo-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.h5
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
64bool AP_HasItemSafe(int item_id, int quantity = 1); 64bool 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.
69std::string AP_GetItemName(int item_id);
70
71DoorShuffleMode AP_GetDoorShuffleMode(); 66DoorShuffleMode AP_GetDoorShuffleMode();
72 67
73bool AP_AreDoorsGrouped(); 68bool AP_AreDoorsGrouped();