diff options
Diffstat (limited to 'src/global.h')
| -rw-r--r-- | src/global.h | 2 |
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 | ||
| 11 | std::string GetAbsolutePath(std::string_view path); | 11 | std::string GetAbsolutePath(std::string_view path); |
| 12 | 12 | ||
| 13 | std::string GetWinCondition(); | ||
| 14 | |||
| 13 | bool IsLocationWinCondition(const Location& location); | 15 | bool IsLocationWinCondition(const Location& location); |
| 14 | 16 | ||
| 15 | #endif /* end of include guard: GLOBAL_H_44945DBA */ | 17 | #endif /* end of include guard: GLOBAL_H_44945DBA */ |
