repo.or.cz
/
kugel-rb
/
myfork.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FS#8961 - Anti-Aliased Fonts.
[kugel-rb/myfork.git]
/
apps
/
plugins
/
sudoku
/
templates.h
blob
a8d639b4f67069e642a118616e251ae789493602
1
2
#ifndef _TEMPLATES_H
3
#define _TEMPLATES_H
4
5
#define NUM_TEMPLATES 261
6
extern
const unsigned short
templates
[
NUM_TEMPLATES
][
9
];
7
8
#endif