aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
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