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 fb5c969..e9b9f92 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -12,6 +12,8 @@ enum DoorShuffleMode { kNO_DOORS = 0, kSIMPLE_DOORS = 1, kCOMPLEX_DOORS = 2 }; | |||
12 | 12 | ||
13 | enum VictoryCondition { kTHE_END = 0, kTHE_MASTER = 1, kLEVEL_2 = 2 }; | 13 | enum VictoryCondition { kTHE_END = 0, kTHE_MASTER = 1, kLEVEL_2 = 2 }; |
14 | 14 | ||
15 | enum LocationChecks { kNORMAL_LOCATIONS = 0, kREDUCED_LOCATIONS = 1, kPANELSANITY = 2 }; | ||
16 | |||
15 | void AP_SetTrackerFrame(TrackerFrame* tracker_frame); | 17 | void AP_SetTrackerFrame(TrackerFrame* tracker_frame); |
16 | 18 | ||
17 | void AP_Connect(std::string server, std::string player, std::string password); | 19 | void AP_Connect(std::string server, std::string player, std::string password); |
@@ -34,7 +36,7 @@ int AP_GetMasteryRequirement(); | |||
34 | 36 | ||
35 | int AP_GetLevel2Requirement(); | 37 | int AP_GetLevel2Requirement(); |
36 | 38 | ||
37 | bool AP_IsReduceChecks(); | 39 | bool AP_IsLocationVisible(int classification); |
38 | 40 | ||
39 | VictoryCondition AP_GetVictoryCondition(); | 41 | VictoryCondition AP_GetVictoryCondition(); |
40 | 42 | ||