This commit is contained in:
Johnny Bergström
2005-01-11 13:02:06 +00:00
parent f08f16c20d
commit a67085217f
2 changed files with 19 additions and 6 deletions

View File

@ -97,7 +97,7 @@ public:
~RankSystem();
void saveRank( const char* filename );
void saveRankSql();
void saveRankSql(); // JGHG added this one
void loadRank( const char* filename );
RankStats* findEntryInRank(const char* unique, const char* name );
bool loadCalc(const char* filename, char* error);