mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Files
9 lines
191 B
C
9 lines
191 B
C
|
|
/*
|
|
* Dummy source file which replaces the files generated in the
|
|
* `icons' subdirectory, when they're absent.
|
|
*/
|
|
|
|
const char *const *const xpm_icons[] = { 0 };
|
|
const int n_xpm_icons = 0;
|