mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 15:41:30 -07:00
New puzzle: Dominosa.
[originally from svn r6091]
This commit is contained in:
2
list.c
2
list.c
@ -18,6 +18,7 @@ echo -e '};\n\nconst int gamecount = lenof(gamelist);'
|
||||
*/
|
||||
|
||||
extern const game cube;
|
||||
extern const game dominosa;
|
||||
extern const game fifteen;
|
||||
extern const game flip;
|
||||
extern const game guess;
|
||||
@ -34,6 +35,7 @@ extern const game twiddle;
|
||||
|
||||
const game *gamelist[] = {
|
||||
&cube,
|
||||
&dominosa,
|
||||
&fifteen,
|
||||
&flip,
|
||||
&guess,
|
||||
|
Reference in New Issue
Block a user