mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Another game from James H: `Black Box'.
[originally from svn r6100]
This commit is contained in:
2
list.c
2
list.c
@ -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,
|
||||
|
Reference in New Issue
Block a user