From 001860ce7856e20b890d8adf425c899540a5d5d3 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 9 May 2017 22:10:59 -0400 Subject: 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 --- apps/plugins/puzzles/help.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/plugins/puzzles/help.h (limited to 'apps/plugins/puzzles/help.h') 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 @@ +/* defined in helpcontent.c */ + +extern int help_chapteroffsets[], help_maxlen, help_numchapters; +extern const char help_text[]; + +/* in help.c */ +void full_help(const char *name); -- cgit v1.2.3