diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-26 21:28:25 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-26 21:28:25 -0500 |
commit | be20b76ac411cc6017c4359ee36a1c9855a9f66e (patch) | |
tree | bc96ec093d6df99bb8f8968b67f215dbed19a02b /src/global.h | |
parent | efa0587b4399a45faecf5aa941ff75a40595a124 (diff) | |
parent | c714f8d2a5827196ca86ed4351ae22cfce5dfce5 (diff) | |
download | lingo-ap-tracker-be20b76ac411cc6017c4359ee36a1c9855a9f66e.tar.gz lingo-ap-tracker-be20b76ac411cc6017c4359ee36a1c9855a9f66e.tar.bz2 lingo-ap-tracker-be20b76ac411cc6017c4359ee36a1c9855a9f66e.zip |
Merge branch 'main' into future
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
4 | #include <filesystem> | 4 | #include <filesystem> |
5 | #include <string_view> | 5 | #include <string_view> |
6 | 6 | ||
7 | struct Location; | ||
8 | |||
7 | const std::filesystem::path& GetExecutableDirectory(); | 9 | const std::filesystem::path& GetExecutableDirectory(); |
8 | 10 | ||
9 | std::string GetAbsolutePath(std::string_view path); | 11 | std::string GetAbsolutePath(std::string_view path); |
10 | 12 | ||
13 | bool IsLocationWinCondition(const Location& location); | ||
14 | |||
11 | #endif /* end of include guard: GLOBAL_H_44945DBA */ | 15 | #endif /* end of include guard: GLOBAL_H_44945DBA */ |