Another game from James H: `Black Box'.

[originally from svn r6100]
This commit is contained in:
Simon Tatham
2005-07-17 08:44:18 +00:00
parent 931a7ca45f
commit e12017b291
5 changed files with 153 additions and 4 deletions

2
list.c
View File

@ -17,6 +17,7 @@ echo -e '};\n\nconst int gamecount = lenof(gamelist);'
*/
extern const game blackbox;
extern const game cube;
extern const game dominosa;
extern const game fifteen;
@ -35,6 +36,7 @@ extern const game twiddle;
extern const game untangle;
const game *gamelist[] = {
&blackbox,
&cube,
&dominosa,
&fifteen,