rockbox/apps/plugins/SOURCES
Jens Arnold dbf56959d0 chessclock plugin is player only
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5214 a1c6a512-1295-4272-9138-f99709370657
2004-10-07 19:43:16 +00:00

54 lines
918 B
Text

/* plugins common to both Player+Recorder model */
favorites.c
firmware_flash.c
helloworld.c
rockbox_flash.c
search.c
sort.c
vbrfix.c
#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */
battery_test.c
metronome.c
stopwatch.c
viewer.c
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
#ifdef HAVE_LCD_BITMAP /* recorder model only */
rockblox.c
snow.c
#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */
bounce.c
calculator.c
calendar.c
chip8.c
clock.c
cube.c
flipit.c
grayscale.c
jpeg.c
mandelbrot.c
minesweeper.c
mosaique.c
oscillograph.c
pong.c
sliding_puzzle.c
snake.c
snake2.c
sokoban.c
solitaire.c
splitedit.c
star.c
video.c
vu_meter.c
wormlet.c
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
#endif /*#ifdef HAVE_LCD_BITMAP */
#ifdef HAVE_LCD_CHARCELLS /* Player model only */
chessclock.c
euroconverter.c
jackpot.c
nim.c
#endif /* #ifdef HAVE_LCD_CHARCELLS */