summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/chewing_table.h')
-rw-r--r--src/storage/chewing_table.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/storage/chewing_table.h b/src/storage/chewing_table.h
index e82ceb7..56ceba0 100644
--- a/src/storage/chewing_table.h
+++ b/src/storage/chewing_table.h
@@ -207,6 +207,15 @@ const chewing_tone_item_t chewing_ibm_tones[] = {
{'\0', 0}
};
+const char * chewing_tone_table[CHEWING_NUMBER_OF_TONES] = {
+"",
+"ˉ",
+"ˊ",
+"ˇ",
+"ˋ",
+"˙"
+};
+
};
#endif