shithub: wl3d

ref: 0a8f122f72113c7e3ef20956b5fa23f69af889ad
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[];