Menus mostly set up.

This commit is contained in:
Jason Felds
2011-07-07 18:10:59 -04:00
parent beb073f736
commit 31b0e021a5
2 changed files with 37 additions and 4 deletions
+3
View File
@@ -511,6 +511,9 @@ public:
chartstyle, /**< How is this chart meant to be played? */
step_credit, /**< Who wrote this individual chart? */
predict_meter, /**< What does the game think this chart's rating should be? */
step_display_bpm,
step_min_bpm,
step_max_bpm,
NUM_STEPS_INFORMATION_CHOICES
};
void HandleStepsInformationChoice( StepsInformationChoice c, const vector<int> &iAnswers );