diff options
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index 2da0b8e..e2ff22b 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -100,6 +100,8 @@ bool AP_IsSunwarpShuffle(); | |||
100 | 100 | ||
101 | std::map<int, SunwarpMapping> AP_GetSunwarpMapping(); | 101 | std::map<int, SunwarpMapping> AP_GetSunwarpMapping(); |
102 | 102 | ||
103 | bool AP_IsPostgameShuffle(); | ||
104 | |||
103 | bool AP_HasReachedGoal(); | 105 | bool AP_HasReachedGoal(); |
104 | 106 | ||
105 | std::optional<std::tuple<int, int>> AP_GetPlayerPosition(); | 107 | std::optional<std::tuple<int, int>> AP_GetPlayerPosition(); |