summaryrefslogtreecommitdiffstats
path: root/scripts2/templates/special_table.h.in
blob: a273b6289d90491bd39febafb3116bc07b8feb0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef SPECIAL_TABLE_H
#define SPECIAL_TABLE_H

namespace pinyin{

const divided_table_item_t divided_table[] = {
@DIVIDED_TABLE@
};

const resplit_table_item_t resplit_table[] = {
@RESPLIT_TABLE@
};

};

#endif