Subversion Repositories svn1

Rev

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

Rev 45 Rev 75
Line 30... Line 30...
30
#define FILL1
30
#define FILL1
31
#define FILL1a
31
#define FILL1a
32
#endif
32
#endif
33
 
33
 
34
/*
34
/*
-
 
35
**  Type of report
-
 
36
*/
-
 
37
typedef enum report_type_enum
-
 
38
{
-
 
39
    text        = 0,
-
 
40
    html        = 1,
-
 
41
    printed     = 2
-
 
42
} report_type;
-
 
43
 
-
 
44
/*
35
**  Create three types of SEX to handle for the unknown
45
**  Create three types of SEX to handle for the unknown
36
*/
46
*/
37
typedef ushort sex_type /* MPACKED */;
47
typedef ushort sex_type /* MPACKED */;
38
 
48
 
39
typedef enum sex_enum
49
typedef enum sex_enum
Line 255... Line 265...
255
    ushort      team;
265
    ushort      team;
256
    short       class;
266
    short       class;
257
    char        multi;
267
    char        multi;
258
} ty_s_namedata;
268
} ty_s_namedata;
259
 
269
 
-
 
270
 
-
 
271
 
260
/********************************* EOF ***********************************/
272
/********************************* EOF ***********************************/