diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-08 00:29:17 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-08 00:29:17 -0500 |
commit | e290161d58c98e73ea185855e79efad19cb111a2 (patch) | |
tree | a03d0e3822b19a1c57dd83d1309ab32814d670fe /src/ap_state.h | |
parent | 4fa8f5b6c933dcbab5940d39a515937e86e9d280 (diff) | |
download | lingo-ap-tracker-e290161d58c98e73ea185855e79efad19cb111a2.tar.gz lingo-ap-tracker-e290161d58c98e73ea185855e79efad19cb111a2.tar.bz2 lingo-ap-tracker-e290161d58c98e73ea185855e79efad19cb111a2.zip |
Added postgame detection
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(); |