remove LuaFunctions.h

This commit is contained in:
Glenn Maynard
2006-09-29 09:54:50 +00:00
parent 16b3d43cd6
commit e91a806b37
23 changed files with 9 additions and 56 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ RString PercentageDisplay::FormatPercentScore( float fPercentDancePoints )
}
// lua start
#include "LuaFunctions.h"
#include "LuaManager.h"
LuaFunction( FormatPercentScore, PercentageDisplay::FormatPercentScore( FArg(1) ) )