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/tracker_state.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/tracker_state.h') diff --git a/src/tracker_state.h b/src/tracker_state.h index a8f155d..8f1002f 100644 --- a/src/tracker_state.h +++ b/src/tracker_state.h @@ -18,4 +18,10 @@ const std::map& GetDoorRequirements(int door_id); bool IsPilgrimageDoable(); +bool IsAreaPostgame(int area_id); + +bool IsLocationPostgame(int location_id); + +bool IsPaintingPostgame(int painting_id); + #endif /* end of include guard: TRACKER_STATE_H_8639BC90 */ -- cgit 1.4.1