2018-03-18 02:54:07 +00:00
|
|
|
#ifdef ROCKBOX
|
|
|
|
#include "lib/display_text.h"
|
|
|
|
#endif
|
2017-05-10 02:10:59 +00:00
|
|
|
|
2018-03-18 02:54:07 +00:00
|
|
|
/* defined in help/ */
|
|
|
|
extern const char help_text[];
|
2018-04-24 23:03:33 +00:00
|
|
|
#if defined(ROCKBOX) || defined(LZ4TINY)
|
2018-03-18 02:54:07 +00:00
|
|
|
extern const char quick_help_text[];
|
|
|
|
extern const unsigned short help_text_len, quick_help_text_len, help_text_words;
|
|
|
|
#endif
|
2018-04-24 23:03:33 +00:00
|
|
|
|
|
|
|
#if defined(ROCKBOX)
|
|
|
|
extern struct style_text help_text_style[];
|
|
|
|
#endif
|