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 f8936e5..e06d4ff 100644 --- a/src/ap_state.h +++ b/src/ap_state.h
@@ -11,7 +11,7 @@
11 11
12class TrackerFrame; 12class TrackerFrame;
13 13
14enum DoorShuffleMode { kNO_DOORS = 0, kSIMPLE_DOORS = 1, kCOMPLEX_DOORS = 2 }; 14enum DoorShuffleMode { kNO_DOORS = 0, kPANELS_MODE = 1, kDOORS_MODE = 2 };
15 15
16enum VictoryCondition { 16enum VictoryCondition {
17 kTHE_END = 0, 17 kTHE_END = 0,
@@ -55,6 +55,8 @@ std::string AP_GetItemName(int item_id);
55 55
56DoorShuffleMode AP_GetDoorShuffleMode(); 56DoorShuffleMode AP_GetDoorShuffleMode();
57 57
58bool AP_AreDoorsGrouped();
59
58bool AP_IsColorShuffle(); 60bool AP_IsColorShuffle();
59 61
60bool AP_IsPaintingShuffle(); 62bool AP_IsPaintingShuffle();