diff --git a/src/NoteTypes.h b/src/NoteTypes.h index 5f430f3c72..f238dd5084 100644 --- a/src/NoteTypes.h +++ b/src/NoteTypes.h @@ -279,6 +279,7 @@ const RString& NoteTypeToString( NoteType nt ); const RString& NoteTypeToLocalizedString( NoteType nt ); LuaDeclareType( NoteType ); float NoteTypeToBeat( NoteType nt ); +int NoteTypeToRow( NoteType nt ); NoteType GetNoteType( int row ); NoteType BeatToNoteType( float fBeat ); bool IsNoteOfType( int row, NoteType t );