aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-25 19:05:56 +0100
committerMattias Andrée <m@maandree.se>2026-01-25 19:05:56 +0100
commit3a6e4aa0a450dd6248278e51bd5b3f1b0a32ac0a (patch)
tree5bdaa78a461b1a60399fe98c58e228de0795650f /libcharconv.h
parentAdd control characters (diff)
downloadcharconv-3a6e4aa0a450dd6248278e51bd5b3f1b0a32ac0a.tar.gz
charconv-3a6e4aa0a450dd6248278e51bd5b3f1b0a32ac0a.tar.bz2
charconv-3a6e4aa0a450dd6248278e51bd5b3f1b0a32ac0a.tar.xz
Add xiangqi
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv.h')
-rw-r--r--libcharconv.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libcharconv.h b/libcharconv.h
index b6050a9..629fd39 100644
--- a/libcharconv.h
+++ b/libcharconv.h
@@ -389,6 +389,18 @@ LIBCHARCONV_FUNC_(libcharconv_symbols);
*/
LIBCHARCONV_FUNC_(libcharconv_control_characters);
+/**
+ * Convert characters Xiangqi pieces, with red
+ * as the default colour
+ */
+LIBCHARCONV_FUNC_(libcharconv_xiangqi_red);
+
+/**
+ * Convert characters Xiangqi pieces, with black
+ * as the default colour
+ */
+LIBCHARCONV_FUNC_(libcharconv_xiangqi_black);
+
#undef LIBCHARCONV_FUNC_
#endif