Source Code (Use browser search to find items of interest.)

Class Index

kreversi'HighScore (./kdegames/kreversi/app.h:58)

struct HighScore {
  char name[32];
  int  color;
  int  winner;
  int  loser;
  float rating;
  time_t date;
};