rockbox/apps/plugins/puzzles/help.h
Franklin Wei bf25f3e6e7 puzzles: compress extensive help text
This is only really needed to save a few bytes on the c200v2, but
since it adds negligible overhead, so it's implemented for all
targets.

A stripped down version of the LZ4 reference implementation is found
in lz4tiny.c.

Change-Id: Ib914ba71c84e04da282328662c752e533912e197
2017-08-16 11:40:37 -04:00

4 lines
138 B
C

/* defined in help/ */
extern const char help_text[], quick_help_text[];
extern const unsigned short help_text_len, quick_help_text_len;