diff options
Diffstat (limited to 'apps/plugins/puzzles/help.h')
-rw-r--r-- | apps/plugins/puzzles/help.h | 7 |
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/ */ |
6 | extern const char help_text[]; | 6 | extern const char help_text[]; |
7 | #ifdef ROCKBOX | 7 | #if defined(ROCKBOX) || defined(LZ4TINY) |
8 | extern const char quick_help_text[]; | 8 | extern const char quick_help_text[]; |
9 | extern struct style_text help_text_style[]; | ||
10 | extern const unsigned short help_text_len, quick_help_text_len, help_text_words; | 9 | extern const unsigned short help_text_len, quick_help_text_len, help_text_words; |
11 | #endif | 10 | #endif |
11 | |||
12 | #if defined(ROCKBOX) | ||
13 | extern struct style_text help_text_style[]; | ||
14 | #endif | ||