9 lines
135 B
C
9 lines
135 B
C
|
|
||
|
#ifndef _TEMPLATES_H
|
||
|
#define _TEMPLATES_H
|
||
|
|
||
|
#define NUM_TEMPLATES 261
|
||
|
extern const unsigned short templates[NUM_TEMPLATES][9];
|
||
|
|
||
|
#endif
|