diff options
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(); |
