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.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/apps/plugins/puzzles/help.h b/apps/plugins/puzzles/help.h
index e9580ad69a..a5d2cdaa80 100644
--- a/apps/plugins/puzzles/help.h
+++ b/apps/plugins/puzzles/help.h
@@ -1,4 +1,11 @@
1/* defined in help/ */ 1#ifdef ROCKBOX
2#include "lib/display_text.h"
3#endif
2 4
3extern const char help_text[], quick_help_text[]; 5/* defined in help/ */
4extern const unsigned short help_text_len, quick_help_text_len; 6extern const char help_text[];
7#ifdef ROCKBOX
8extern const char quick_help_text[];
9extern const struct style_text help_text_style[];
10extern const unsigned short help_text_len, quick_help_text_len, help_text_words;
11#endif