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
+5
View File
@@ -22,6 +22,11 @@ public:
virtual ScreenType GetScreenType() const { return attract; }
//
// Lua
//
virtual void PushSelf( lua_State *L );
protected:
virtual void StartPlayingMusic();
};