add grade count and screenshots sections to stats.html

This commit is contained in:
Chris Danford
2004-02-16 09:23:34 +00:00
parent 4156126765
commit be49e33c53
8 changed files with 149 additions and 55 deletions
+6
View File
@@ -12,6 +12,7 @@
#include "Grade.h"
#include "RageUtil.h"
#include "ThemeManager.h"
CString GradeToString( Grade g )
{
@@ -25,6 +26,11 @@ CString GradeToString( Grade g )
}
};
CString GradeToThemedString( Grade g )
{
return THEME->GetMetric( "Grade",GradeToString(g) );
}
CString GradeToOldString( Grade g )
{
// string is meant to be human readable