blob: 2eb78847dcbca6e20e2bd1ab5a3eb28556380610 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef GLOBAL_H_44945DBA
#define GLOBAL_H_44945DBA
#include <filesystem>
#include <string_view>
const std::filesystem::path& GetExecutableDirectory();
std::string GetAbsolutePath(std::string_view path);
#endif /* end of include guard: GLOBAL_H_44945DBA */
|