summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/SOURCES
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-04-29 18:21:56 -0400
committerFranklin Wei <git@fwei.tk>2017-04-29 18:24:42 -0400
commit881746789a489fad85aae8317555f73dbe261556 (patch)
treecec2946362c4698c8db3c10f3242ef546c2c22dd /apps/plugins/puzzles/SOURCES
parent03dd4b92be7dcd5c8ab06da3810887060e06abd5 (diff)
downloadrockbox-881746789a489fad85aae8317555f73dbe261556.tar.gz
rockbox-881746789a489fad85aae8317555f73dbe261556.zip
puzzles: refactor and resync with upstream
This brings puzzles up-to-date with upstream revision 2d333750272c3967cfd5cd3677572cddeaad5932, though certain changes made by me, including cursor-only Untangle and some compilation fixes remain. Upstream code has been moved to its separate subdirectory and future syncs can be done by simply copying over the new sources. Change-Id: Ia6506ca5f78c3627165ea6791d38db414ace0804
Diffstat (limited to 'apps/plugins/puzzles/SOURCES')
-rw-r--r--apps/plugins/puzzles/SOURCES42
1 files changed, 21 insertions, 21 deletions
diff --git a/apps/plugins/puzzles/SOURCES b/apps/plugins/puzzles/SOURCES
index 9c41a00358..1d58ff5723 100644
--- a/apps/plugins/puzzles/SOURCES
+++ b/apps/plugins/puzzles/SOURCES
@@ -1,26 +1,26 @@
1rockbox.c 1rockbox.c
2rbwrappers.c 2rbwrappers.c
3 3rbmalloc.c
4combi.c 4src/combi.c
5divvy.c 5src/divvy.c
6drawing.c 6src/drawing.c
7dsf.c 7src/dsf.c
8findloop.c 8src/findloop.c
9grid.c 9src/grid.c
10latin.c 10src/latin.c
11laydomino.c 11src/laydomino.c
12loopgen.c 12src/loopgen.c
13malloc.c 13/*src/malloc.c*/ /* we have our own */
14maxflow.c 14src/maxflow.c
15midend.c 15src/midend.c
16misc.c 16src/misc.c
17penrose.c 17src/penrose.c
18printing.c 18src/printing.c
19random.c 19src/random.c
20tdq.c 20src/tdq.c
21tree234.c 21src/tree234.c
22version.c 22src/version.c
23 23
24#ifdef COMBINED 24#ifdef COMBINED
25list.c 25src/list.c
26#endif 26#endif