diff options
| author | Johannes Schwarz <ubuntuxer@rockbox.org> | 2009-10-24 18:54:48 +0000 |
|---|---|---|
| committer | Johannes Schwarz <ubuntuxer@rockbox.org> | 2009-10-24 18:54:48 +0000 |
| commit | c12e5fc86afc6595e8fcd2685de643b46c999837 (patch) | |
| tree | 4b14f6e8f47263b5c0e78bc9fbbcfacc7c0ac229 /apps/plugins/SOURCES | |
| parent | 5897249c1e4fff7e4fa096fd83d89782c3b064ac (diff) | |
| download | rockbox-c12e5fc86afc6595e8fcd2685de643b46c999837.zip rockbox-c12e5fc86afc6595e8fcd2685de643b46c999837.tar.gz rockbox-c12e5fc86afc6595e8fcd2685de643b46c999837.tar.bz2 rockbox-c12e5fc86afc6595e8fcd2685de643b46c999837.tar.xz | |
FS#10497 - New game codebuster, which is a clone of the classic game mastermind. It just runs on color LCD. Thank you to the author Clément Pit--Claudel (CFP)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23332 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index d89b0b6..82dd4b7 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -67,6 +67,7 @@ robotfindskitten.c #ifdef HAVE_LCD_COLOR clix.c ppmviewer.c +codebuster.c #endif /* Plugins needing the grayscale lib on low-depth LCDs */ |