Ignore:
Timestamp:
09/27/2008 08:34:21 AM (4 years ago)
Author:
guyru
Message:

submit and check highscore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/configuration.h

    r159 r160  
    6161         */ 
    6262        Configuration *set(std::string key, std::string value); 
     63 
     64        bool isHighscore(int score); 
     65        int submitHighscore(int score, std::string name, std::string date); 
    6366private: 
    6467        /** 
Note: See TracChangeset for help on using the changeset viewer.