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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/help.h b/apps/plugins/puzzles/help.h
index e9cac9b337..2f870393e8 100644
--- a/apps/plugins/puzzles/help.h
+++ b/apps/plugins/puzzles/help.h
@@ -1,3 +1,5 @@
1#include <stdbool.h>
2
1#ifdef ROCKBOX 3#ifdef ROCKBOX
2#include "lib/display_text.h" 4#include "lib/display_text.h"
3#endif 5#endif
@@ -12,3 +14,5 @@ extern const unsigned short help_text_len, quick_help_text_len, help_text_words;
12#if defined(ROCKBOX) 14#if defined(ROCKBOX)
13extern struct style_text help_text_style[]; 15extern struct style_text help_text_style[];
14#endif 16#endif
17
18extern const bool help_valid;