Home
last modified time | relevance | path

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

/dports/games/kartofel/kartofel-1.2/
H A Dplay.cc256 class HighScoreTable { class
258 HighScoreTable();
298 HighScoreTable high_scores;
1460 HighScoreTable::HighScoreTable() in HighScoreTable() function in kartofel::HighScoreTable
1468 void HighScoreTable::Get(int nr, string* name, int* score) in Get()
1475 bool HighScoreTable::IsHighEnough(int score) in IsHighEnough()
1480 void HighScoreTable::Add(const string& name, int score) in Add()
1491 void HighScoreTable::Show(SDL_Surface* screen) in Show()