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.
39 #define DECL(x) extern const game x;
42 const game
*gamelist
[] = { GAMELIST(REF
) };
43 const int gamecount
= lenof(gamelist
);