summaryrefslogtreecommitdiffstats
path: root/apps/plugins/sudoku/templates.h
blob: a8d639b4f67069e642a118616e251ae789493602 (plain)
1
2
3
4
5
6
7
8

#ifndef _TEMPLATES_H
#define _TEMPLATES_H

#define NUM_TEMPLATES 261
extern const unsigned short templates[NUM_TEMPLATES][9];

#endif