diff options
Diffstat (limited to 'apps/plugins/puzzles/SOURCES.games')
-rw-r--r-- | apps/plugins/puzzles/SOURCES.games | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games index 2b80ea3300..70f34f3334 100644 --- a/apps/plugins/puzzles/SOURCES.games +++ b/apps/plugins/puzzles/SOURCES.games | |||
@@ -1,5 +1,3 @@ | |||
1 | /* every game works! :) */ | ||
2 | |||
3 | src/blackbox.c | 1 | src/blackbox.c |
4 | src/bridges.c | 2 | src/bridges.c |
5 | src/cube.c | 3 | src/cube.c |
@@ -16,6 +14,7 @@ src/lightup.c | |||
16 | src/magnets.c | 14 | src/magnets.c |
17 | src/map.c | 15 | src/map.c |
18 | src/mines.c | 16 | src/mines.c |
17 | src/mosaic.c | ||
19 | src/net.c | 18 | src/net.c |
20 | src/netslide.c | 19 | src/netslide.c |
21 | src/palisade.c | 20 | src/palisade.c |
@@ -36,12 +35,8 @@ src/undead.c | |||
36 | src/unequal.c | 35 | src/unequal.c |
37 | src/unruly.c | 36 | src/unruly.c |
38 | src/untangle.c | 37 | src/untangle.c |
39 | 38 | src/unfinished/slide.c | |
40 | /* disabled for now (fix puzzles.make and CATEGORIES to accomodate these) */ | 39 | src/unfinished/sokoban.c |
41 | /*src/unfinished/group.c*/ | ||
42 | /*src/unfinished/separate.c*/ | ||
43 | /*src/unfinished/slide.c*/ | ||
44 | /*src/unfinished/sokoban.c*/ | ||
45 | 40 | ||
46 | /* no c200v2 */ | 41 | /* no c200v2 */ |
47 | #if PLUGIN_BUFFER_SIZE > 0x14000 | 42 | #if PLUGIN_BUFFER_SIZE > 0x14000 |