From e290161d58c98e73ea185855e79efad19cb111a2 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 8 Mar 2025 00:29:17 -0500 Subject: Added postgame detection --- src/ap_state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ap_state.h') 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(); std::map AP_GetSunwarpMapping(); +bool AP_IsPostgameShuffle(); + bool AP_HasReachedGoal(); std::optional> AP_GetPlayerPosition(); -- cgit 1.4.1