about summary refs log tree commit diff stats
path: root/src/ap_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ap_state.h')
-rw-r--r--src/ap_state.h4
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
11class TrackerFrame; 11class TrackerFrame;
12 12
13enum DoorShuffleMode { kNO_DOORS = 0, kSIMPLE_DOORS = 1, kCOMPLEX_DOORS = 2 }; 13enum DoorShuffleMode { kNO_DOORS = 0, kPANELS_MODE = 1, kDOORS_MODE = 2 };
14 14
15enum VictoryCondition { 15enum VictoryCondition {
16 kTHE_END = 0, 16 kTHE_END = 0,
@@ -50,6 +50,8 @@ bool AP_HasItem(int item_id, int quantity = 1);
50 50
51DoorShuffleMode AP_GetDoorShuffleMode(); 51DoorShuffleMode AP_GetDoorShuffleMode();
52 52
53bool AP_AreDoorsGrouped();
54
53bool AP_IsColorShuffle(); 55bool AP_IsColorShuffle();
54 56
55bool AP_IsPaintingShuffle(); 57bool AP_IsPaintingShuffle();