summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/help.h
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-05-09 22:10:59 -0400
committerFranklin Wei <git@fwei.tk>2017-05-16 16:45:39 -0400
commit001860ce7856e20b890d8adf425c899540a5d5d3 (patch)
tree61df98408207d85a05e29cfca1edb91ec6cb4d4a /apps/plugins/puzzles/help.h
parent7482b821753ac226806439fecec4f9ff504c0e90 (diff)
downloadrockbox-001860ce7856e20b890d8adf425c899540a5d5d3.tar.gz
rockbox-001860ce7856e20b890d8adf425c899540a5d5d3.zip
puzzles: full help system
- embeds the upstream halibut documentation for plugin use - currently every plugin has a copy of the help text, but in the future a centralized system using overlays might be better Change-Id: Idb6eb9accc2fa786a4c6bc2b704e7cf5fd3f78dd
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);