blob: 30731e3021dbab5103b0a5e039f3536795c081db [file] [log] [blame]
extern BOOL standing_lt(TEAMS_STATS info,int team1,int team2);
extern BOOL defence_lt(TEAMS_STATS info,int team1,int team2);
extern BOOL defence_nfl_lt(TEAMS_STATS info,int team1,int team2);
extern void sort_all(void);
extern void break_ties(TEAMS_STATS info,ORDERING rank,int within,BOOL display);