diff options
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h new file mode 100644 index 0000000..2eb7884 --- /dev/null +++ b/src/global.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef GLOBAL_H_44945DBA | ||
2 | #define GLOBAL_H_44945DBA | ||
3 | |||
4 | #include <filesystem> | ||
5 | #include <string_view> | ||
6 | |||
7 | const std::filesystem::path& GetExecutableDirectory(); | ||
8 | |||
9 | std::string GetAbsolutePath(std::string_view path); | ||
10 | |||
11 | #endif /* end of include guard: GLOBAL_H_44945DBA */ | ||