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/global.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index 31ebde3..bdfa7ae 100644 --- a/src/global.h +++ b/src/global.h @@ -10,6 +10,8 @@ const std::filesystem::path& GetExecutableDirectory(); std::string GetAbsolutePath(std::string_view path); +std::string GetWinCondition(); + bool IsLocationWinCondition(const Location& location); #endif /* end of include guard: GLOBAL_H_44945DBA */ -- cgit 1.4.1