2 * list.c: List of pointers to puzzle structures, for monolithic
5 * This file is automatically generated by mkfiles.pl. Do not edit
6 * it directly, or the changes will be lost next time mkfiles.pl runs.
7 * Instead, edit Recipe and/or its *.R subfiles.
51 #define DECL(x) extern const game x;
54 const game
*gamelist
[] = { GAMELIST(REF
) };
55 const int gamecount
= lenof(gamelist
);