diff options
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index 6667e0d..c514489 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | class TrackerFrame; | 11 | class TrackerFrame; |
12 | 12 | ||
13 | enum DoorShuffleMode { kNO_DOORS = 0, kSIMPLE_DOORS = 1, kCOMPLEX_DOORS = 2 }; | 13 | enum DoorShuffleMode { kNO_DOORS = 0, kPANELS_MODE = 1, kDOORS_MODE = 2 }; |
14 | 14 | ||
15 | enum VictoryCondition { | 15 | enum VictoryCondition { |
16 | kTHE_END = 0, | 16 | kTHE_END = 0, |
@@ -50,6 +50,8 @@ bool AP_HasItem(int item_id, int quantity = 1); | |||
50 | 50 | ||
51 | DoorShuffleMode AP_GetDoorShuffleMode(); | 51 | DoorShuffleMode AP_GetDoorShuffleMode(); |
52 | 52 | ||
53 | bool AP_AreDoorsGrouped(); | ||
54 | |||
53 | bool AP_IsColorShuffle(); | 55 | bool AP_IsColorShuffle(); |
54 | 56 | ||
55 | bool AP_IsPaintingShuffle(); | 57 | bool AP_IsPaintingShuffle(); |