add StageStats::PlayerHasHighScore

This commit is contained in:
Glenn Maynard
2007-03-16 07:35:38 +00:00
parent 6337f2aa17
commit 138b3b5b1f
2 changed files with 40 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ public:
PlayerStageStats m_multiPlayer[NUM_MultiPlayer];
void CommitScores( bool bSummary );
bool PlayerHasHighScore( PlayerNumber pn ) const;
// Lua
void PushSelf( lua_State *L );