From d8cfd1155be7d2a402bf9fb0af133d4db6014901 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 27 Nov 2011 18:28:01 -0500 Subject: [PATCH] ...forgot the prototype. Sorry all, you get to recompile. --- src/NoteTypes.h | 1 + 1 file changed, 1 insertion(+) 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 );