Subversion Repositories svn1

Rev

Rev 177 | Rev 208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 177 Rev 188
Line 267... Line 267...
267
    ushort      team;
267
    ushort      team;
268
    short       teamclass;
268
    short       teamclass;
269
    char        multi;
269
    char        multi;
270
} ty_s_namedata;
270
} ty_s_namedata;
271
 
271
 
-
 
272
/*
-
 
273
**  A structure to hold statistical information
-
 
274
*/
-
 
275
typedef struct
-
 
276
{
-
 
277
    int         team[MAX_LEGS + 1][MAX_CLASS + 1];
-
 
278
    struct
-
 
279
    {
-
 
280
        int     team[MAX_LEGS + 1][MAX_CLASS + 1];
-
 
281
        time_t  time[MAX_LEGS + 1][MAX_CLASS + 1];
-
 
282
    } fast;
-
 
283
    time_t      average[MAX_LEGS + 1][MAX_CLASS + 1];
-
 
284
} ty_stats;
272
 
285
 
273
 
286
 
274
/********************************* EOF ***********************************/
287
/********************************* EOF ***********************************/
275
#endif
288
#endif