summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/SOURCES.games
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/SOURCES.games')
-rw-r--r--apps/plugins/puzzles/SOURCES.games12
1 files changed, 8 insertions, 4 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games
index b16cf0f70d..8ca99c0e2e 100644
--- a/apps/plugins/puzzles/SOURCES.games
+++ b/apps/plugins/puzzles/SOURCES.games
@@ -19,9 +19,6 @@ net.c
19netslide.c 19netslide.c
20/*palisade.c*/ 20/*palisade.c*/
21pattern.c 21pattern.c
22#if PLUGIN_BUFFER_SIZE > 0x20000
23pearl.c
24#endif
25pegs.c 22pegs.c
26range.c 23range.c
27rect.c 24rect.c
@@ -35,7 +32,7 @@ tents.c
35/*towers.c*/ 32/*towers.c*/
36tracks.c 33tracks.c
37twiddle.c 34twiddle.c
38/*undead.c*/ 35/*undead.c*/
39/*unequal.c*/ 36/*unequal.c*/
40unruly.c 37unruly.c
41untangle.c 38untangle.c
@@ -45,3 +42,10 @@ untangle.c
45/*unfinished/separate.c*/ 42/*unfinished/separate.c*/
46/*unfinished/slide.c*/ 43/*unfinished/slide.c*/
47/*unfinished/sokoban.c*/ 44/*unfinished/sokoban.c*/
45
46/* no c200v2 */
47#if PLUGIN_BUFFER_SIZE > 0x14000
48pearl.c
49loopy.c
50solo.c
51#endif