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