format engine_paths.cpp
This commit is contained in:
parent
8236600c93
commit
a4862a9b8a
@ -22,9 +22,10 @@ enum F_F_NAME {
|
||||
COUNT
|
||||
};
|
||||
|
||||
/// array for get file or folder name by enum `F_F_NAME`
|
||||
/// @brief array for get file or folder name by enum `F_F_NAME`
|
||||
///
|
||||
/// example:
|
||||
// `std::filesystem::path settings = f_f_names[SETTINGS_FILE];`
|
||||
/// `std::filesystem::path settings = f_f_names[SETTINGS_FILE];`
|
||||
static std::array<std::string, F_F_NAME::COUNT> f_f_names {
|
||||
"screenshots", "content", "controls.toml", "settings.toml"};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user