# __________ __ ___. # Open \______ \ ____ ____ | | _\_ |__ _______ ___ # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ # $Id$ # while () { if(($_ =~ /^([A-Z]+[\S ]+)/) && ($_ !~ /^People/)) { print "\"$1\",\n"; } } rc='/images/icon_128.png' alt='cgit logo'/> index : rockbox
My Rockbox treeFranklin Wei
summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/help.h
blob: 90c90dcd7fe1f90d79ee5675155abb5f57f7327c (plain)
1
2
3
4
/* defined in help/ */

extern const char help_text[];
extern const char quick_help_text[];