Home
last modified time | relevance | path

Searched refs:SeparateThousands (Results 1 – 7 of 7) sorted by relevance

/dports/games/brainparty/brainparty/
H A DBPGame.h228 string SeparateThousands(int number);
H A Dcupsnballs.cpp269 ScoreStr << "Score: " << TheGame->SeparateThousands(Score); in SetScore()
H A Dpatchmatch.cpp306 string scorestr = TheGame->SeparateThousands(Score); in SetScore()
H A Dballoonblaster.cpp355 string score_str = TheGame->SeparateThousands(Score); in SetScore()
H A Djeweljam.cpp504 string scorestr = TheGame->SeparateThousands(Score); in SetScore()
H A Dwordsmash.cpp593 score << "Score: " << TheGame->SeparateThousands(Score); in SetScore()
H A DBPGame.cpp1460 string BPGame::SeparateThousands(int number) { in SeparateThousands() function in BPGame