git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@498 c06c8d41-db1a-0410-9941-cceddc491573
LY3EVV7EUNULYH3WSDZDLZYPJM4LHLOJTT3WETKYIJTKUP7UQPZAC
hiscores_format_single_long( scorebuff, se, true );
// truncate
scorebuff[ HIGHSCORE_SIZE - 1 ] = 0;
std::string hiscore = hiscores_format_single_long( se, true );
void hiscores_format_single( char *buffer, const scorefile_entry &se );
void hiscores_format_single_long( char *buffer, const scorefile_entry &se,
std::string hiscores_format_single( const scorefile_entry &se );
std::string hiscores_format_single_long( const scorefile_entry &se,