2003-02-16 04:01:45 +00:00
|
|
|
#include "global.h"
|
2002-07-23 01:41:40 +00:00
|
|
|
#include "ScoreDisplay.h"
|
2005-08-23 20:40:47 +00:00
|
|
|
|
|
|
|
|
void ScoreDisplay::Init( const PlayerState* pPlayerState, const PlayerStageStats* pPlayerStageStats )
|
|
|
|
|
{
|
|
|
|
|
m_pPlayerState = pPlayerState;
|
|
|
|
|
m_pPlayerStageStats = pPlayerStageStats;
|
|
|
|
|
}
|