From bfeb067c8acfb5f1797fdc886ac71ca1b10ccf57 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 14 Apr 2002 17:08:03 +0000 Subject: Import of kbill --- (limited to 'noncore/games/kbill/Scorelist.h') diff --git a/noncore/games/kbill/Scorelist.h b/noncore/games/kbill/Scorelist.h new file mode 100644 index 0000000..0c8b0dd --- a/dev/null +++ b/noncore/games/kbill/Scorelist.h @@ -0,0 +1,16 @@ +#ifndef SCORELIST_H +#define SCORELIST_H + +class Scorelist { +public: + char name[10][21]; + unsigned level[10]; + unsigned score[10]; + FILE *open_file(char *mode); + void read(); + void write(); + void recalc(char *str); + void update(); +}; + +#endif -- cgit v0.9.0.2