diff options
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index cc51a78..fe424fd 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -14,6 +14,8 @@ enum VictoryCondition { kTHE_END = 0, kTHE_MASTER = 1, kLEVEL_2 = 2 }; | |||
14 | 14 | ||
15 | enum LocationChecks { kNORMAL_LOCATIONS = 0, kREDUCED_LOCATIONS = 1, kPANELSANITY = 2 }; | 15 | enum LocationChecks { kNORMAL_LOCATIONS = 0, kREDUCED_LOCATIONS = 1, kPANELSANITY = 2 }; |
16 | 16 | ||
17 | enum SunwarpAccess { kSUNWARP_ACCESS_NORMAL = 0, kSUNWARP_ACCESS_DISABLED = 1, kSUNWARP_ACCESS_UNLOCK = 2, kSUNWARP_ACCESS_PROGRESSIVE = 3 }; | ||
18 | |||
17 | void AP_SetTrackerFrame(TrackerFrame* tracker_frame); | 19 | void AP_SetTrackerFrame(TrackerFrame* tracker_frame); |
18 | 20 | ||
19 | void AP_Connect(std::string server, std::string player, std::string password); | 21 | void AP_Connect(std::string server, std::string player, std::string password); |
@@ -44,6 +46,10 @@ bool AP_HasAchievement(const std::string& achievement_name); | |||
44 | 46 | ||
45 | bool AP_HasEarlyColorHallways(); | 47 | bool AP_HasEarlyColorHallways(); |
46 | 48 | ||
49 | bool AP_IsPilgrimageEnabled(); | ||
50 | |||
51 | SunwarpAccess AP_GetSunwarpAccess(); | ||
52 | |||
47 | bool AP_HasReachedGoal(); | 53 | bool AP_HasReachedGoal(); |
48 | 54 | ||
49 | #endif /* end of include guard: AP_STATE_H_664A4180 */ | 55 | #endif /* end of include guard: AP_STATE_H_664A4180 */ |