diff options
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 */ |
