"LastScores"->"RecentScores"

add recent scores to HTML
This commit is contained in:
Chris Danford
2004-05-08 10:12:10 +00:00
parent 6886b09e45
commit e9f576d262
10 changed files with 163 additions and 90 deletions
+5
View File
@@ -387,6 +387,11 @@ void SongID::LoadFromNode( const XNode* pNode )
pNode->GetAttrValue("Dir", sDir);
}
CString SongID::ToString() const
{
return sDir;
}
bool SongID::IsValid() const
{
return !sDir.empty();