summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/SOURCES')
-rw-r--r--apps/plugins/puzzles/SOURCES14
1 files changed, 8 insertions, 6 deletions
diff --git a/apps/plugins/puzzles/SOURCES b/apps/plugins/puzzles/SOURCES
index 5301ceef3d..dfbd184ba2 100644
--- a/apps/plugins/puzzles/SOURCES
+++ b/apps/plugins/puzzles/SOURCES
@@ -1,29 +1,31 @@
1/* Auto-generated by resync.sh */
1rockbox.c 2rockbox.c
2rbwrappers.c 3rbwrappers.c
3rbmalloc.c 4rbmalloc.c
4lz4tiny.c 5lz4tiny.c
6dummy/nullhelp.c
5 7
8/* puzzles core sources */
6src/combi.c 9src/combi.c
7src/divvy.c 10src/divvy.c
11src/draw-poly.c
8src/drawing.c 12src/drawing.c
9src/dsf.c 13src/dsf.c
10src/findloop.c 14src/findloop.c
11src/grid.c 15src/grid.c
16src/hat.c
12src/latin.c 17src/latin.c
13src/laydomino.c 18src/laydomino.c
14src/loopgen.c 19src/loopgen.c
15/*src/malloc.c*/ /* we have our own */
16src/matching.c 20src/matching.c
17src/midend.c 21src/midend.c
18src/misc.c 22src/misc.c
23src/penrose-legacy.c
19src/penrose.c 24src/penrose.c
20src/printing.c
21src/random.c 25src/random.c
22src/sort.c 26src/sort.c
27src/spectre.c
23src/tdq.c 28src/tdq.c
24src/tree234.c 29src/tree234.c
25src/version.c 30src/version.c
26 31src/printing.c
27#ifdef COMBINED
28src/list.c
29#endif