From cf3fc6cbcb9ad00f4b99502344431bef469cec8d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 18 Feb 2024 09:38:08 -0500 Subject: Make win condition checkable --- 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 9b94a72..cc51a78 100644 --- a/src/ap_state.h +++ b/src/ap_state.h @@ -44,4 +44,6 @@ bool AP_HasAchievement(const std::string& achievement_name); bool AP_HasEarlyColorHallways(); +bool AP_HasReachedGoal(); + #endif /* end of include guard: AP_STATE_H_664A4180 */ -- cgit 1.4.1