rockbox/apps/plugins/puzzles/help.h
Franklin Wei b29611fe2c puzzles: update help text, make generation and testing cleaner
This includes an upstream change to the Galaxies help text. `genhelp.sh'
no longer leaves temporary files sitting around, and the self-test feature
of lz4tiny.c works again.

Change-Id: I787f4cb3c258baade31638d6be18f95b7aa0705e
2018-04-24 19:06:30 -04:00

14 lines
346 B
C

#ifdef ROCKBOX
#include "lib/display_text.h"
#endif
/* defined in help/ */
extern const char help_text[];
#if defined(ROCKBOX) || defined(LZ4TINY)
extern const char quick_help_text[];
extern const unsigned short help_text_len, quick_help_text_len, help_text_words;
#endif
#if defined(ROCKBOX)
extern struct style_text help_text_style[];
#endif