"LastScores"->"RecentScores"
add recent scores to HTML
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user