diff options
-rw-r--r-- | src/pinyin.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pinyin.cpp b/src/pinyin.cpp index 27f8dbf..134c450 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -1,3 +1,7 @@ #include "pinyin.h" /* Place holder for combining static libraries in sub-directories. */ + +/* Note: will implement a glue layer for input method integration. + * Refer to: fcitx-sunpinyin + */ |