summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-02-10 21:28:21 +0000
committerJens Arnold <amiconn@rockbox.org>2005-02-10 21:28:21 +0000
commit54828b7717a61e101764742c82bb61b7fd914bb5 (patch)
treefae77185e42d80beed1b56a6a4e6044fef15f1cd /apps/plugins/SOURCES
parentc552e03c90859d476a5fbfe03b17e40ce21ef2fc (diff)
downloadrockbox-54828b7717a61e101764742c82bb61b7fd914bb5.tar.gz
rockbox-54828b7717a61e101764742c82bb61b7fd914bb5.zip
Cube now working on the player, using the new player graphics library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5883 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index eb05d8a46f..a14bb96cac 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,6 +1,7 @@
1/* plugins common to all models */ 1/* plugins common to all models */
2battery_test.c 2battery_test.c
3chessclock.c 3chessclock.c
4cube.c
4favorites.c 5favorites.c
5firmware_flash.c 6firmware_flash.c
6helloworld.c 7helloworld.c
@@ -16,7 +17,6 @@ viewer.c
16bounce.c 17bounce.c
17calculator.c 18calculator.c
18chip8.c 19chip8.c
19cube.c
20flipit.c 20flipit.c
21grayscale.c 21grayscale.c
22jpeg.c 22jpeg.c
@@ -57,7 +57,7 @@ wormlet.c
57#ifdef HAVE_LCD_CHARCELLS /* Player model only */ 57#ifdef HAVE_LCD_CHARCELLS /* Player model only */
58euroconverter.c 58euroconverter.c
59jackpot.c 59jackpot.c
60nim.c 60nim.c
61#endif /* #ifdef HAVE_LCD_CHARCELLS */ 61#endif /* #ifdef HAVE_LCD_CHARCELLS */
62 62
63#ifndef HAVE_MMC 63#ifndef HAVE_MMC