rogue/netwait.h

18 lines
310 B
C
Raw Permalink Normal View History

2011-10-13 09:59:16 -06:00
/*
* Score file structure
*
* @(#)netwait.h 4.6 (Berkeley) 02/05/99
*/
struct sc_ent {
unsigned int sc_uid;
unsigned short sc_score;
unsigned int sc_flags;
unsigned short sc_monster;
char sc_name[MAXSTR];
unsigned short sc_level;
long sc_time;
};
typedef struct sc_ent SCORE;