diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-17 11:43:13 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-17 11:43:13 -0500 |
commit | 4adfe42a300a597cf8e7036cd189d197b08a7f01 (patch) | |
tree | 684a9f825bc1ae919ea68049a941f6190b8b4f96 /src/ap_state.h | |
parent | a9bc708c7eeeada4c59952ce71aa071175f8f27d (diff) | |
download | lingo-ap-tracker-4adfe42a300a597cf8e7036cd189d197b08a7f01.tar.gz lingo-ap-tracker-4adfe42a300a597cf8e7036cd189d197b08a7f01.tar.bz2 lingo-ap-tracker-4adfe42a300a597cf8e7036cd189d197b08a7f01.zip |
Show hunt panels option
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 3fd51aa..9b94a72 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -20,6 +20,8 @@ void AP_Connect(std::string server, std::string player, std::string password); | |||
20 | 20 | ||
21 | bool AP_HasCheckedGameLocation(int location_id); | 21 | bool AP_HasCheckedGameLocation(int location_id); |
22 | 22 | ||
23 | bool AP_HasCheckedHuntPanel(int location_id); | ||
24 | |||
23 | bool AP_HasItem(int item_id, int quantity = 1); | 25 | bool AP_HasItem(int item_id, int quantity = 1); |
24 | 26 | ||
25 | DoorShuffleMode AP_GetDoorShuffleMode(); | 27 | DoorShuffleMode AP_GetDoorShuffleMode(); |