...forgot the prototype.

Sorry all, you get to recompile.
This commit is contained in:
Jason Felds
2011-11-27 18:28:01 -05:00
parent c4e5cc16f8
commit d8cfd1155b
+1
View File
@@ -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 );