summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/templates.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-04-01 18:38:34 +0000
committerDave Chapman <dave@dchapman.com>2006-04-01 18:38:34 +0000
commit0f619c65bab2465ffa84eb64cc62fe56506121f8 (patch)
treef8a9387673b1f6f7764620cbf10978e3b05d26f4 /apps/plugins/sudoku/templates.h
parent9fad701934a784e110edbff5556e21efe9c059d9 (diff)
downloadrockbox-0f619c65bab2465ffa84eb64cc62fe56506121f8.tar.gz
rockbox-0f619c65bab2465ffa84eb64cc62fe56506121f8.zip
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
Diffstat (limited to 'apps/plugins/sudoku/templates.h')
-rw-r--r--apps/plugins/sudoku/templates.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/sudoku/templates.h b/apps/plugins/sudoku/templates.h
new file mode 100644
index 0000000000..a8d639b4f6
--- /dev/null
+++ b/apps/plugins/sudoku/templates.h
@@ -0,0 +1,8 @@
1
2#ifndef _TEMPLATES_H
3#define _TEMPLATES_H
4
5#define NUM_TEMPLATES 261
6extern const unsigned short templates[NUM_TEMPLATES][9];
7
8#endif