xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
paths.hpp
浏览该文件的文档.
1
11#pragma once
12#include <string>
13
14namespace xcal::utils::paths {
19extern const std::string CURRENT_WORKING_DIRECTORY;
24extern const std::string EXECUTABLE_PATH;
29extern const std::string EXECUTABLE_DIR;
30} // namespace xcal::utils::paths
const std::string EXECUTABLE_DIR
Get the directory of the executable.
Definition paths.cc:43
const std::string CURRENT_WORKING_DIRECTORY
Get the current working directory.
Definition paths.cc:40
const std::string EXECUTABLE_PATH
Get the path of the executable.
Definition paths.cc:42