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