about summary refs log tree commit diff stats
path: root/src/ap_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ap_state.h')
-rw-r--r--src/ap_state.h2
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
101std::map<int, SunwarpMapping> AP_GetSunwarpMapping(); 101std::map<int, SunwarpMapping> AP_GetSunwarpMapping();
102 102
103bool AP_IsPostgameShuffle();
104
103bool AP_HasReachedGoal(); 105bool AP_HasReachedGoal();
104 106
105std::optional<std::tuple<int, int>> AP_GetPlayerPosition(); 107std::optional<std::tuple<int, int>> AP_GetPlayerPosition();