doxygen
This commit is contained in:
@@ -49,7 +49,9 @@ namespace CommonMetrics
|
|||||||
extern ThemeMetric<RString> DEFAULT_MODIFIERS;
|
extern ThemeMetric<RString> DEFAULT_MODIFIERS;
|
||||||
/** @brief the phrase that appears on the title bar. */
|
/** @brief the phrase that appears on the title bar. */
|
||||||
extern LocalizedString WINDOW_TITLE;
|
extern LocalizedString WINDOW_TITLE;
|
||||||
|
/** @brief How many entries should be shown before showing "Various" instead. */
|
||||||
extern ThemeMetric<int> MAX_COURSE_ENTRIES_BEFORE_VARIOUS;
|
extern ThemeMetric<int> MAX_COURSE_ENTRIES_BEFORE_VARIOUS;
|
||||||
|
/** @brief Adjusts the assist tick sound's playback time. */
|
||||||
extern ThemeMetric<float> TICK_EARLY_SECONDS;
|
extern ThemeMetric<float> TICK_EARLY_SECONDS;
|
||||||
/** @brief the name of the default noteskin. */
|
/** @brief the name of the default noteskin. */
|
||||||
extern ThemeMetric<RString> DEFAULT_NOTESKIN_NAME;
|
extern ThemeMetric<RString> DEFAULT_NOTESKIN_NAME;
|
||||||
@@ -59,6 +61,7 @@ namespace CommonMetrics
|
|||||||
extern ThemeMetricCourseDifficultiesToShow COURSE_DIFFICULTIES_TO_SHOW;
|
extern ThemeMetricCourseDifficultiesToShow COURSE_DIFFICULTIES_TO_SHOW;
|
||||||
/** @brief Which step types are to be shown? */
|
/** @brief Which step types are to be shown? */
|
||||||
extern ThemeMetricStepsTypesToShow STEPS_TYPES_TO_SHOW;
|
extern ThemeMetricStepsTypesToShow STEPS_TYPES_TO_SHOW;
|
||||||
|
/** @brief Does the player need to explicitly set a style? */
|
||||||
extern ThemeMetric<bool> AUTO_SET_STYLE;
|
extern ThemeMetric<bool> AUTO_SET_STYLE;
|
||||||
/** @brief How many decimal places are used? */
|
/** @brief How many decimal places are used? */
|
||||||
extern ThemeMetric<int> PERCENT_SCORE_DECIMAL_PLACES;
|
extern ThemeMetric<int> PERCENT_SCORE_DECIMAL_PLACES;
|
||||||
|
|||||||
Reference in New Issue
Block a user