From b8c33fc248ff56b15bfc4f1e74ac1240670d7173 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 Nov 2011 16:39:31 +0800 Subject: add chewing_table.h.in --- scripts/chewing_table.h.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 scripts/chewing_table.h.in (limited to 'scripts/chewing_table.h.in') diff --git a/scripts/chewing_table.h.in b/scripts/chewing_table.h.in new file mode 100644 index 0000000..de8247f --- /dev/null +++ b/scripts/chewing_table.h.in @@ -0,0 +1,27 @@ +/* This file is generated by python scripts. Don't edit this file directly. + */ + +#ifndef CHEWING_TABLE_H +#define CHEWING_TABLE_H + +namespace pinyin{ + +const chewing_scheme_item_t chewing_standard[] = { +@STANDARD@ +}; + +const chewing_scheme_item_t chewing_ginyieh[] = { +@GINYIEH@ +}; + +const chewing_scheme_item_t chewing_eten[] = { +@ETEN@ +}; + +const chewing_scheme_item_t chewing_ibm[] = { +@IBM@ +}; + +}; + +#endif -- cgit