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 420a032..5c37b56 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 { kTHE_END = 0, kTHE_MASTER = 1, kLEVEL_2 = 2 }; 15enum VictoryCondition { kTHE_END = 0, kTHE_MASTER = 1, kLEVEL_2 = 2 };
16 16
@@ -28,6 +28,8 @@ bool AP_HasItem(int item_id, int quantity = 1);
28 28
29DoorShuffleMode AP_GetDoorShuffleMode(); 29DoorShuffleMode AP_GetDoorShuffleMode();
30 30
31bool AP_AreDoorsGrouped();
32
31bool AP_IsColorShuffle(); 33bool AP_IsColorShuffle();
32 34
33bool AP_IsPaintingShuffle(); 35bool AP_IsPaintingShuffle();