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, 5 insertions, 2 deletions
diff --git a/apps/plugins/puzzles/help.h b/apps/plugins/puzzles/help.h
index a5839904f5..e9cac9b337 100644
--- a/apps/plugins/puzzles/help.h
+++ b/apps/plugins/puzzles/help.h
@@ -4,8 +4,11 @@
4 4
5/* defined in help/ */ 5/* defined in help/ */
6extern const char help_text[]; 6extern const char help_text[];
7#ifdef ROCKBOX 7#if defined(ROCKBOX) || defined(LZ4TINY)
8extern const char quick_help_text[]; 8extern const char quick_help_text[];
9extern struct style_text help_text_style[];
10extern const unsigned short help_text_len, quick_help_text_len, help_text_words; 9extern const unsigned short help_text_len, quick_help_text_len, help_text_words;
11#endif 10#endif
11
12#if defined(ROCKBOX)
13extern struct style_text help_text_style[];
14#endif