bygfoot/src/stat.h

17 lines
243 B
C
Raw Normal View History

2005-04-29 21:48:02 +02:00
#ifndef STAT_H
#define STAT_H
#include "bygfoot.h"
#include "stat_struct.h"
GArray*
stat_update_league_teams(const GArray *teams, gint compare_type);
void
stat_update_leagues(void);
void
stat_update_league_players(League *league);
#endif