summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/gtk.h')
-rw-r--r--apps/plugins/puzzles/src/gtk.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/gtk.h b/apps/plugins/puzzles/src/gtk.h
new file mode 100644
index 0000000000..a039f0dc36
--- /dev/null
+++ b/apps/plugins/puzzles/src/gtk.h
@@ -0,0 +1,7 @@
1#ifndef PUZZLES_GTK_H
2#define PUZZLES_GTK_H
3
4extern const char *const *const xpm_icons[];
5extern const int n_xpm_icons;
6
7#endif /* PUZZLES_GTK_H */