diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-09-17 12:42:46 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-09-17 12:42:46 -0400 |
commit | 8e89e198830a0908ddd8f4c91cbc2bff08b0b32c (patch) | |
tree | 67d5135dd589cda0be6ad206dec8534b32a88bc3 /src/ap_state.h | |
parent | 28c8c9c06981503ed86a0292c63c75b1b6784191 (diff) | |
download | lingo-ap-tracker-8e89e198830a0908ddd8f4c91cbc2bff08b0b32c.tar.gz lingo-ap-tracker-8e89e198830a0908ddd8f4c91cbc2bff08b0b32c.tar.bz2 lingo-ap-tracker-8e89e198830a0908ddd8f4c91cbc2bff08b0b32c.zip |
Use hardcoded AP ids now
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index e9b9f92..64caeea 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -18,11 +18,9 @@ void AP_SetTrackerFrame(TrackerFrame* tracker_frame); | |||
18 | 18 | ||
19 | void AP_Connect(std::string server, std::string player, std::string password); | 19 | void AP_Connect(std::string server, std::string player, std::string password); |
20 | 20 | ||
21 | bool AP_HasCheckedGameLocation(int area_id, int section_id); | 21 | bool AP_HasCheckedGameLocation(int location_id); |
22 | 22 | ||
23 | bool AP_HasColorItem(LingoColor color); | 23 | bool AP_HasItem(int item_id, int quantity = 1); |
24 | |||
25 | bool AP_HasItem(const std::string& item, int quantity = 1); | ||
26 | 24 | ||
27 | DoorShuffleMode AP_GetDoorShuffleMode(); | 25 | DoorShuffleMode AP_GetDoorShuffleMode(); |
28 | 26 | ||