From fc7fffecf01667281cb094147e20aedcd4d7a8dd Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 8 Jan 2016 12:52:17 +0800 Subject: refactor code --- src/storage/zhuyin_parser2.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/storage/zhuyin_parser2.h') diff --git a/src/storage/zhuyin_parser2.h b/src/storage/zhuyin_parser2.h index 313158d..52f606f 100644 --- a/src/storage/zhuyin_parser2.h +++ b/src/storage/zhuyin_parser2.h @@ -30,6 +30,17 @@ namespace pinyin{ +typedef struct { + const char m_input; + const char * m_chewing; +} zhuyin_symbol_item_t; + +typedef struct { + const char m_input; + const char m_tone; +} zhuyin_tone_item_t; + + /** * ZhuyinParser2: * -- cgit