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.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();