diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-13 11:55:55 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-13 11:55:55 -0400 |
commit | dacbe8e3fbda85f7c2e7e7b660795f2a080a9d25 (patch) | |
tree | 65f201e323d5d6a36291ec5a108c4b14649116da /src/ap_state.h | |
parent | f4945731a958371d206ccfa4a34486b263be5b21 (diff) | |
download | lingo-ap-tracker-dacbe8e3fbda85f7c2e7e7b660795f2a080a9d25.tar.gz lingo-ap-tracker-dacbe8e3fbda85f7c2e7e7b660795f2a080a9d25.tar.bz2 lingo-ap-tracker-dacbe8e3fbda85f7c2e7e7b660795f2a080a9d25.zip |
Use sync fields for hunt panels
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index 482c155..8641000 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -57,8 +57,6 @@ std::string AP_GetSaveName(); | |||
57 | 57 | ||
58 | bool AP_HasCheckedGameLocation(int location_id); | 58 | bool AP_HasCheckedGameLocation(int location_id); |
59 | 59 | ||
60 | bool AP_HasCheckedHuntPanel(int location_id); | ||
61 | |||
62 | // This doesn't lock the state mutex, for speed, so it must ONLY be called from | 60 | // This doesn't lock the state mutex, for speed, so it must ONLY be called from |
63 | // RecalculateReachability, which is only called from the APState thread anyway. | 61 | // RecalculateReachability, which is only called from the APState thread anyway. |
64 | bool AP_HasItem(int item_id, int quantity = 1); | 62 | bool AP_HasItem(int item_id, int quantity = 1); |
@@ -122,4 +120,6 @@ bool AP_HasReachedGoal(); | |||
122 | 120 | ||
123 | std::optional<std::tuple<int, int>> AP_GetPlayerPosition(); | 121 | std::optional<std::tuple<int, int>> AP_GetPlayerPosition(); |
124 | 122 | ||
123 | bool AP_IsPanelSolved(int solve_index); | ||
124 | |||
125 | #endif /* end of include guard: AP_STATE_H_664A4180 */ | 125 | #endif /* end of include guard: AP_STATE_H_664A4180 */ |