shithub: wl3d

ref: 0074a610fdaf9ee10107c1ac9505ab017b8d9559
dir: /us.h/

View raw version
#define	MaxHighName	57
#define	MaxScores	7
typedef	struct
		{
			char	name[MaxHighName + 1];
			s32int	score;
			u16int	completed,episode;
		} HighScore;

#define	MaxString	128	// Maximum input string size

extern	HighScore	Scores[];