diff options
| author | Peng Wu <alexepico@gmail.com> | 2015-10-14 16:04:34 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2015-10-14 16:07:04 +0800 |
| commit | dc867750ebef213bf8717cb46777a8a68b550f4a (patch) | |
| tree | 6baf57e23d665ad62b6062e5e182f4e851aad765 /scripts/chewing_enum.h.in | |
| parent | d23ca05207341dce426e6e470e283eed891b9085 (diff) | |
remove scripts directory
Diffstat (limited to 'scripts/chewing_enum.h.in')
| -rw-r--r-- | scripts/chewing_enum.h.in | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/scripts/chewing_enum.h.in b/scripts/chewing_enum.h.in deleted file mode 100644 index 46072df..0000000 --- a/scripts/chewing_enum.h.in +++ /dev/null @@ -1,45 +0,0 @@ -#ifndef CHEWING_ENUM_H -#define CHEWING_ENUM_H - -namespace pinyin{ - -/** - * @brief enums of chewing initial element. - */ - -enum ChewingInitial -{ -@CHEWING_INITIAL@ -}; - - -/** - * @brief enums of chewing middle element. - */ - -enum ChewingMiddle -{ -@CHEWING_MIDDLE@ -}; - - -/** - * @brief enums of chewing final element. - */ -enum ChewingFinal -{ -@CHEWING_FINAL@ -}; - - -/** - * @brief enums of chewing tone element. - */ -enum ChewingTone -{ -@CHEWING_TONE@ -}; - -}; - -#endif |
