1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Franklin Wei 2018-04-24 19:03:33 -04:00
parent 8f23493e08
commit b29611fe2c
42 changed files with 238 additions and 209 deletions

View file

@ -4,8 +4,11 @@
/* defined in help/ */
extern const char help_text[];
#ifdef ROCKBOX
#if defined(ROCKBOX) || defined(LZ4TINY)
extern const char quick_help_text[];
extern struct style_text help_text_style[];
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