about summary refs log tree commit diff stats
path: root/src/global.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-08 00:29:17 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-08 00:29:17 -0500
commite290161d58c98e73ea185855e79efad19cb111a2 (patch)
treea03d0e3822b19a1c57dd83d1309ab32814d670fe /src/global.h
parent4fa8f5b6c933dcbab5940d39a515937e86e9d280 (diff)
downloadlingo-ap-tracker-e290161d58c98e73ea185855e79efad19cb111a2.tar.gz
lingo-ap-tracker-e290161d58c98e73ea185855e79efad19cb111a2.tar.bz2
lingo-ap-tracker-e290161d58c98e73ea185855e79efad19cb111a2.zip
Added postgame detection
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h2
1 files changed, 2 insertions, 0 deletions
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();
10 10
11std::string GetAbsolutePath(std::string_view path); 11std::string GetAbsolutePath(std::string_view path);
12 12
13std::string GetWinCondition();
14
13bool IsLocationWinCondition(const Location& location); 15bool IsLocationWinCondition(const Location& location);
14 16
15#endif /* end of include guard: GLOBAL_H_44945DBA */ 17#endif /* end of include guard: GLOBAL_H_44945DBA */