diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-31 15:20:57 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-31 15:20:57 -0500 |
commit | b13d3678a9b09ba5dd8a58a7ab441d1e09ee5b77 (patch) | |
tree | 2a3c2ee3857dec9d9d99bfa004a7b7a6474412f6 /src/ap_state.h | |
parent | 19959f8479d1bb74f75890dcccbc038871771480 (diff) | |
download | lingo-ap-tracker-b13d3678a9b09ba5dd8a58a7ab441d1e09ee5b77.tar.gz lingo-ap-tracker-b13d3678a9b09ba5dd8a58a7ab441d1e09ee5b77.tar.bz2 lingo-ap-tracker-b13d3678a9b09ba5dd8a58a7ab441d1e09ee5b77.zip |
Added sunwarp access support
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 4 |
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 | ||
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,4 +46,6 @@ bool AP_HasAchievement(const std::string& achievement_name); | |||
44 | 46 | ||
45 | bool AP_HasEarlyColorHallways(); | 47 | bool AP_HasEarlyColorHallways(); |
46 | 48 | ||
49 | SunwarpAccess AP_GetSunwarpAccess(); | ||
50 | |||
47 | #endif /* end of include guard: AP_STATE_H_664A4180 */ | 51 | #endif /* end of include guard: AP_STATE_H_664A4180 */ |