rockbox/apps/plugins/puzzles/SOURCES
Franklin Wei f940276fd9 puzzles: resync with upstream
This brings the puzzles source to upstream commit e2135d5. (I've made my own
changes on top of that.)

This brings in a couple bugfixes and a new solver for Dominosa.

Change-Id: I11d46b43171787832330a5e2e0d2f353f36f727d
2019-05-15 18:16:27 -04:00

29 lines
365 B
Text

rockbox.c
rbwrappers.c
rbmalloc.c
lz4tiny.c
src/combi.c
src/divvy.c
src/drawing.c
src/dsf.c
src/findloop.c
src/grid.c
src/latin.c
src/laydomino.c
src/loopgen.c
/*src/malloc.c*/ /* we have our own */
src/matching.c
src/midend.c
src/misc.c
src/penrose.c
src/printing.c
src/random.c
src/sort.c
src/tdq.c
src/tree234.c
src/version.c
#ifdef COMBINED
src/list.c
#endif