#ifndef GLOBAL_H_44945DBA #define GLOBAL_H_44945DBA #include <filesystem> #include <string_view> 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 */