diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2007-01-15 20:40:48 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2007-01-15 20:40:48 +0000 |
commit | 41ee9e33041dd2020e7ee3c44b81cef538b6592f (patch) | |
tree | 80dea3488f41fd0c78512760daf86e1a00dd3f32 /apps/plugins/sudoku/SOURCES | |
parent | 6de815be5cb06e9e8df46fcfdfbf611bce24c99c (diff) |
FS#6539 - Thanks to Tom Ross
Add Jewels, Spacerocks, Wormlet, Rockboy and Sudoku for the e200. Also Includes manual changes for plugins.
Add X5 keymappings for wormlet to the manual.
Add help text for Jewels on the H10 and give a warning if help text is not defined.
Fix bug in spacerocks lives drawing on large screens (larger than Ondio).
Change spacerocks comments to C style.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12018 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/sudoku/SOURCES')
-rw-r--r-- | apps/plugins/sudoku/SOURCES | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/sudoku/SOURCES b/apps/plugins/sudoku/SOURCES index 8b344bdfeb..7cce555c93 100644 --- a/apps/plugins/sudoku/SOURCES +++ b/apps/plugins/sudoku/SOURCES @@ -1,5 +1,3 @@ -#if !defined(SANSA_E200) sudoku.c generator.c templates.c -#endif |