$Date: 2005/10/26 15:41:47 $
$Revision: 1.14 $
-- create highscore with more keys
-- create highscore with more keys
-- data structure with local highscore in it
-- desired number of entries in local highscore
-- set path for highscore file
-- Set num_of_local_entries to a_num_of_local_entries.
-- add extended entry to local highscore
-- add or update entry depending on if it's already present or not
-- add or update extended entry depending of it's already present or not
-- check if name is in local highscore
-- check if 'a_score' of 'a_name' is better than the one already in highscore
-- check if character is valid (isn't special character)
-- check if string is valid (doesn't contain special characters
-- update extended in local highscore
-- crop local highscore to 'nb_elements'
-- sort local highscore by a key (alphabetical sorting)
-- sort local highscore by name
-- sort local highscore by score
-- set the checksum generator
-- (if you want to use your own checksum generator)
-- check if an array has a keyword
-- check if a key is valid
-- Application ID singleton.
-- (From EM_SHARED_APPLICATION_ID)
Highscore class. Highscore is stored locally. You can add and update entries,
sort and crop the highscore.