...forgot the prototype.
Sorry all, you get to recompile.
This commit is contained in:
@@ -279,6 +279,7 @@ const RString& NoteTypeToString( NoteType nt );
|
|||||||
const RString& NoteTypeToLocalizedString( NoteType nt );
|
const RString& NoteTypeToLocalizedString( NoteType nt );
|
||||||
LuaDeclareType( NoteType );
|
LuaDeclareType( NoteType );
|
||||||
float NoteTypeToBeat( NoteType nt );
|
float NoteTypeToBeat( NoteType nt );
|
||||||
|
int NoteTypeToRow( NoteType nt );
|
||||||
NoteType GetNoteType( int row );
|
NoteType GetNoteType( int row );
|
||||||
NoteType BeatToNoteType( float fBeat );
|
NoteType BeatToNoteType( float fBeat );
|
||||||
bool IsNoteOfType( int row, NoteType t );
|
bool IsNoteOfType( int row, NoteType t );
|
||||||
|
|||||||
Reference in New Issue
Block a user