13 void Load(
const std::string& sType);
14 void SetBarHeight(
float fHeight) { m_fBarHeight = fHeight; }
15 void SetBarTime(
float fTime) { m_fBarTime = fTime; }
16 void SetPercentage(PlayerNumber pn,
float fPercent);
17 void EnablePlayer(PlayerNumber pn,
bool on);