chiark / gitweb /
Support for run-time icons in the GTK puzzles. This involved another
[sgt-puzzles.git] / no-icon.c
1 #include <X11/Intrinsic.h>
2
3 /*
4  * Dummy source file which replaces the files generated in the
5  * `icons' subdirectory, when they're absent.
6  */
7
8 const char *const *const xpm_icons[] = { 0 };
9 const int n_xpm_icons = 0;