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
@@ -28,6 +28,7 @@ static const char *CourseTypeNames[] = {
XToString( CourseType, NUM_CourseType );
XToLocalizedString( CourseType );
LuaXType( CourseType, NUM_CourseType, "COURSE_TYPE_", true );
LuaXType2( CourseType, NUM_CourseType, "CourseType_" );
LuaFunction( CourseTypeToLocalizedString, CourseTypeToLocalizedString((CourseType) IArg(1)) );