summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/templates.h
diff options
context:
space:
mode:
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