This commit is contained in:
AJ Kelly
2011-02-21 03:50:52 -06:00
parent f6a0e25d86
commit b095069d7f
+3
View File
@@ -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;