summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorAdam Boot <rotator@gmail.com>2006-03-20 03:06:07 +0000
committerAdam Boot <rotator@gmail.com>2006-03-20 03:06:07 +0000
commitea4947a95f2478fd2d72c0af43829ebb6c4328a3 (patch)
treec85f3e62605afe4d8b7c95659b1643c45baaa34e /apps/plugins/SOURCES
parentfce885d9ec3fe590ad8eed2d2ca961c14a601202 (diff)
downloadrockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.gz
rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.zip
New game plugin: bubbles, initial commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9126 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b01641aa17..d851d6a78a 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -30,9 +30,10 @@ mandelbrot.c
30plasma.c 30plasma.c
31#endif 31#endif
32 32
33jewels.c
34bounce.c 33bounce.c
35 34#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
35bubbles.c
36#endif
36#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128) 37#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
37/* These need adjusting for the Mini's and iRiver if'p screen */ 38/* These need adjusting for the Mini's and iRiver if'p screen */
38brickmania.c 39brickmania.c
@@ -41,6 +42,7 @@ calculator.c
41chip8.c 42chip8.c
42demystify.c 43demystify.c
43flipit.c 44flipit.c
45jewels.c
44minesweeper.c 46minesweeper.c
45oscilloscope.c 47oscilloscope.c
46pong.c 48pong.c