Highscore Class Reference

#include <Highscore.h>

List of all members.

Public Member Functions

 Highscore (void)
void Enter_highscore (int, string)
bool Check_score (int)
 ~Highscore (void)

Public Attributes

int score [10]
string names [10]


Constructor & Destructor Documentation

Highscore::Highscore ( void   ) 

default constructor for the highscore

Highscore::~Highscore ( void   ) 

highscore destructor


Member Function Documentation

void Highscore::Enter_highscore ( int  scoreIn,
string  nameIn 
)

enter a highscore

bool Highscore::Check_score ( int  scoreIn  ) 

checking for a new highscore


Member Data Documentation

int Highscore::score[10]

string Highscore::names[10]


The documentation for this class was generated from the following files:
Generated on Thu Jul 19 19:27:42 2007 for padoix by  doxygen 1.5.1-p1