LuaHelpers -> LuaManager

This commit is contained in:
Chris Danford
2005-01-24 02:26:55 +00:00
parent f4de06361d
commit cd9c48d645
14 changed files with 44 additions and 11 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
#include "StepMania.h"
#include "Foreach.h"
#include "ThemeMetric.h"
#include "LuaHelpers.h"
#include "LuaManager.h"
#include "ScreenDimensions.h"
@@ -715,7 +715,7 @@ float ThemeManager::GetMetricF( const CString &sClassName, const CString &sValue
return LUA->RunExpressionF( sValue );
}
// #include "LuaHelpers.h"
// #include "LuaManager.h"
bool ThemeManager::GetMetricB( const CString &sClassName, const CString &sValueName )
{
CString sValue = GetMetricRaw( sClassName,sValueName );