#ifndef GLOBAL_H_44945DBA #define GLOBAL_H_44945DBA #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 */ n/atom+xml'/>
summary refs log tree commit diff stats
blob: 6625c9222b47ec09f4b309ec2f455831aba79a08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35