/* 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