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, 4 insertions, 0 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index 9b94a72..0231628 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
15enum LocationChecks { kNORMAL_LOCATIONS = 0, kREDUCED_LOCATIONS = 1, kPANELSANITY = 2 }; 15enum LocationChecks { kNORMAL_LOCATIONS = 0, kREDUCED_LOCATIONS = 1, kPANELSANITY = 2 };
16 16
17enum SunwarpAccess { kSUNWARP_ACCESS_NORMAL = 0, kSUNWARP_ACCESS_DISABLED = 1, kSUNWARP_ACCESS_UNLOCK = 2, kSUNWARP_ACCESS_PROGRESSIVE = 3 };
18
17void AP_SetTrackerFrame(TrackerFrame* tracker_frame); 19void AP_SetTrackerFrame(TrackerFrame* tracker_frame);
18 20
19void AP_Connect(std::string server, std::string player, std::string password); 21void AP_Connect(std::string server, std::string player, std::string password);
@@ -44,4 +46,6 @@ bool AP_HasAchievement(const std::string& achievement_name);
44 46
45bool AP_HasEarlyColorHallways(); 47bool AP_HasEarlyColorHallways();
46 48
49SunwarpAccess AP_GetSunwarpAccess();
50
47#endif /* end of include guard: AP_STATE_H_664A4180 */ 51#endif /* end of include guard: AP_STATE_H_664A4180 */