diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-16 17:06:33 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-16 17:06:33 -0400 |
commit | 4d8e36245e8ce43eef9b687a9108fd4c353f756f (patch) | |
tree | ba63b4a72c2d62816ad4056c6a45a72b3becce95 /src/ap_state.h | |
parent | 249817743c12b453338c6d0a355180bf5084c73c (diff) | |
download | lingo-ap-tracker-4d8e36245e8ce43eef9b687a9108fd4c353f756f.tar.gz lingo-ap-tracker-4d8e36245e8ce43eef9b687a9108fd4c353f756f.tar.bz2 lingo-ap-tracker-4d8e36245e8ce43eef9b687a9108fd4c353f756f.zip |
Added door popups that report requirements
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 5fbb720..0ae6a25 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -49,6 +49,8 @@ bool AP_HasCheckedHuntPanel(int location_id); | |||
49 | 49 | ||
50 | bool AP_HasItem(int item_id, int quantity = 1); | 50 | bool AP_HasItem(int item_id, int quantity = 1); |
51 | 51 | ||
52 | std::string AP_GetItemName(int item_id); | ||
53 | |||
52 | DoorShuffleMode AP_GetDoorShuffleMode(); | 54 | DoorShuffleMode AP_GetDoorShuffleMode(); |
53 | 55 | ||
54 | bool AP_IsColorShuffle(); | 56 | bool AP_IsColorShuffle(); |