new binding method

This commit is contained in:
Glenn Maynard
2006-09-26 01:54:36 +00:00
parent d4f8789a36
commit c011185fa9
8 changed files with 10 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ static const char *NoteTypeNames[] = {
XToString( NoteType, NUM_NoteType );
LuaXToString( NoteType )
LuaXType( NoteType, NUM_NoteType, "NOTE_TYPE_", true )
LuaXType2( NoteType, NUM_NoteType, "NoteType_" )
XToLocalizedString( NoteType );
float NoteTypeToBeat( NoteType nt )