Etterna 0.74.4
Loading...
Searching...
No Matches
SpecialFiles.h
1#ifndef SpecialFiles_H
2#define SpecialFiles_H
3
5namespace SpecialFiles {
12extern const std::string USER_PACKAGES_DIR;
16extern const std::string PACKAGES_DIR;
17extern const std::string KEYMAPS_PATH;
21extern const std::string EDIT_MODE_KEYMAPS_PATH;
22extern const std::string PREFERENCES_INI_PATH;
24extern const std::string THEMES_DIR;
26extern const std::string LANGUAGES_SUBDIR;
28extern const std::string BASE_LANGUAGE;
29extern const std::string METRICS_FILE;
30extern const std::string CACHE_DIR;
31extern const std::string BASE_THEME_NAME;
32extern const std::string DEFAULTS_INI_PATH;
33extern const std::string STATIC_INI_PATH;
34extern const std::string TYPE_TXT_FILE;
36extern const std::string SONGS_DIR;
38extern const std::string NOTESKINS_DIR;
39}
40
41#endif
The listing of the special files and directories in use.
Definition SpecialFiles.h:5
const std::string BASE_LANGUAGE
The base language for most users of this program.
Definition SpecialFiles.cpp:13
const std::string SONGS_DIR
The default Songs directory.
Definition SpecialFiles.cpp:20
const std::string EDIT_MODE_KEYMAPS_PATH
Edit Mode keymaps are separate from standard keymaps because it should not change with the gametype,...
Definition SpecialFiles.cpp:7
const std::string USER_PACKAGES_DIR
The user packages directory.
Definition SpecialFiles.cpp:4
const std::string LANGUAGES_SUBDIR
The directory that contains the different languages.
Definition SpecialFiles.cpp:11
const std::string PACKAGES_DIR
The system packages directory.
Definition SpecialFiles.cpp:5
const std::string NOTESKINS_DIR
The default noteskins directory.
Definition SpecialFiles.cpp:21
const std::string THEMES_DIR
The directory that contains the themes.
Definition SpecialFiles.cpp:10