karaoke prototype (disabled)

This commit is contained in:
Chris Danford
2008-03-12 23:17:39 +00:00
parent ecbe89179e
commit 5e87c2e81a
82 changed files with 13322 additions and 31 deletions
+3
View File
@@ -33,6 +33,8 @@ enum RadarCategory
RadarCategory_Mines,
RadarCategory_Hands,
RadarCategory_Rolls,
RadarCategory_MinMidiNote,
RadarCategory_MaxMidiNote,
NUM_RadarCategory, // leave this at the end
RadarCategory_Invalid
};
@@ -72,6 +74,7 @@ enum StepsType
STEPS_TYPE_POPN_FIVE,
STEPS_TYPE_POPN_NINE,
STEPS_TYPE_GUITAR_FIVE,
STEPS_TYPE_KARAOKE_SINGLE,
STEPS_TYPE_LIGHTS_CABINET,
NUM_StepsType, // leave this at the end
StepsType_Invalid,