Declare HoldNoteScore.

This commit is contained in:
Steve Checkoway
2006-10-02 01:32:06 +00:00
parent d2b9ea130d
commit aeee3d9758
+2 -2
View File
@@ -155,7 +155,7 @@ LuaDeclareType( TapNoteScore );
enum HoldNoteScore
{
HNS_None, // this HoldNote has not been scored yet
HNS_None, // this HoldNote has not been scored yet
HNS_LetGo, // the HoldNote has passed and they missed it
HNS_Held, // the HoldNote has passed and was successfully held all the way through
NUM_HoldNoteScore,
@@ -165,7 +165,7 @@ enum HoldNoteScore
const RString& HoldNoteScoreToString( HoldNoteScore hns );
const RString& HoldNoteScoreToLocalizedString( HoldNoteScore hns );
HoldNoteScore StringToHoldNoteScore( const RString& str );
LuaDeclareType( HoldNoteScore );
enum TimingWindow
{