From e35a658ded457698aca2401b699e743a3011cfce Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 18 Oct 2004 21:45:00 +0000 Subject: Plugin rework 2: (all) Compile-time keyboard configuration, for Ondio adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (minesweeper,pong,snake,snake2) added USB handling. (mandelbrot,mosaique) Fixed return value. (minesweeper) fast moving with button repeat. (oscillograph) Fixed cleanup in USB case. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5304 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b2f6320..b6496e4 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -16,29 +16,29 @@ bounce.c calculator.c chip8.c cube.c +flipit.c grayscale.c jpeg.c +mandelbrot.c +minesweeper.c +mosaique.c +oscillograph.c +pong.c rockblox.c +sliding_puzzle.c +snake.c +snake2.c snow.c +sokoban.c video.c #ifdef HAVE_RTC /* Recorder models only */ calendar.c clock.c -#endif +#endif /* #ifdef HAVE_RTC */ #if CONFIG_KEYPAD != ONDIO_PAD /* gradually bring in the ones not working yet */ -flipit.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 -- cgit v1.1