forked from len0rd/rockbox
Move Sudoku plugin into its own subdirectory and add a random game generator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9407 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9fad701934
commit
0f619c65ba
10 changed files with 4254 additions and 89 deletions
8
apps/plugins/sudoku/templates.h
Normal file
8
apps/plugins/sudoku/templates.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
#ifndef _TEMPLATES_H
|
||||
#define _TEMPLATES_H
|
||||
|
||||
#define NUM_TEMPLATES 261
|
||||
extern const unsigned short templates[NUM_TEMPLATES][9];
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue