1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/sudoku
2008-10-29 07:51:45 +00:00
..
generator.c Plugin parameters should be const. 2008-05-13 09:57:56 +00:00
generator.h Move Sudoku plugin into its own subdirectory and add a random game generator. 2006-04-01 18:38:34 +00:00
Makefile Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
SOURCES FS#6539 - Thanks to Tom Ross 2007-01-15 20:40:48 +00:00
sudoku.c state->savedboard doesn't exist, so revert that part of r18906 for now. It might be necessary to redo this fix properly. Also, state->currentboard is an array of shorts, so the memcpy() only covered half of it. 2008-10-29 07:51:45 +00:00
sudoku.h IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet. 2008-10-07 16:38:28 +00:00
templates.c Move Sudoku plugin into its own subdirectory and add a random game generator. 2006-04-01 18:38:34 +00:00
templates.h Move Sudoku plugin into its own subdirectory and add a random game generator. 2006-04-01 18:38:34 +00:00