summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/help.h')
-rw-r--r--apps/plugins/puzzles/help.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/help.h b/apps/plugins/puzzles/help.h
new file mode 100644
index 0000000000..e97fe870bf
--- /dev/null
+++ b/apps/plugins/puzzles/help.h
@@ -0,0 +1,7 @@
1/* defined in helpcontent.c */
2
3extern int help_chapteroffsets[], help_maxlen, help_numchapters;
4extern const char help_text[];
5
6/* in help.c */
7void full_help(const char *name);