doxygen
This commit is contained in:
+10
-7
@@ -45,23 +45,26 @@ private:
|
|||||||
/** @brief The common metrics that are used throughout. */
|
/** @brief The common metrics that are used throughout. */
|
||||||
namespace CommonMetrics
|
namespace CommonMetrics
|
||||||
{
|
{
|
||||||
extern ThemeMetric<RString> FIRST_ATTRACT_SCREEN;
|
extern ThemeMetric<RString> FIRST_ATTRACT_SCREEN;
|
||||||
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;
|
||||||
extern ThemeMetric<int> MAX_COURSE_ENTRIES_BEFORE_VARIOUS;
|
/** @brief How many entries should be shown before showing "Various" instead. */
|
||||||
|
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;
|
||||||
/** @brief Which difficulties are to be shown? */
|
/** @brief Which difficulties are to be shown? */
|
||||||
extern ThemeMetricDifficultiesToShow DIFFICULTIES_TO_SHOW;
|
extern ThemeMetricDifficultiesToShow DIFFICULTIES_TO_SHOW;
|
||||||
/** @brief Which course difficulties are to be shown? */
|
/** @brief Which course difficulties are to be shown? */
|
||||||
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;
|
||||||
|
|
||||||
RString LocalizeOptionItem( const RString &s, bool bOptional );
|
RString LocalizeOptionItem( const RString &s, bool bOptional );
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user