Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 3, 2006, 11:04:51 PM (18 years ago)
Author:
rennerc
Message:

less bugs in fragtable :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/network/player_stats.h

    r8623 r9072  
    2020  TEAM_SPECTATOR = -1
    2121};
     22
     23struct PlayerScore
     24{
     25  std::string name;
     26  int score;
     27};
     28typedef std::list<PlayerScore> TeamScoreList;
     29typedef std::map<int,TeamScoreList> ScoreList;
    2230
    2331//! A class for storing player information
     
    6270   
    6371    static void deleteAllPlayerStats();
     72   
     73    static ScoreList getScoreList();
    6474
    6575  private:
Note: See TracChangeset for help on using the changeset viewer.