add LifeMeter binding in ScreenHowToPlay and ScreenGameplay

remove GetPlayerInfo binding (currently unused)
This commit is contained in:
Chris Danford
2007-05-29 21:19:38 +00:00
parent e968fe542f
commit 92d3778e29
6 changed files with 58 additions and 6 deletions
+16
View File
@@ -151,6 +151,22 @@ void ScreenAttract::GoToStartScreen( RString sScreenName )
SCREENMAN->SetNewScreen( START_SCREEN(sScreenName) );
}
// lua start
#include "LuaBinding.h"
class LunaScreenAttract: public Luna<ScreenAttract>
{
public:
LunaScreenAttract()
{
}
};
LUA_REGISTER_DERIVED_CLASS( ScreenAttract, ScreenWithMenuElements )
// lua end
/*
* (c) 2003-2004 Chris Danford
* All rights reserved.