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
@@ -419,7 +419,7 @@ static int GetLifeDifficulty()
iLifeDifficulty++; // LifeDifficulty returns an index
return iLifeDifficulty;
}
#include "LuaFunctions.h"
#include "LuaManager.h"
LuaFunction( GetLifeDifficulty, GetLifeDifficulty() );
static void ShowSongOptions( int &sel, bool ToSel, const ConfOption *pConfOption )