aboutsummaryrefslogtreecommitdiff
path: root/src/unicode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unicode.cpp')
-rw-r--r--src/unicode.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unicode.cpp b/src/unicode.cpp
index c244a323c..665d5b182 100644
--- a/src/unicode.cpp
+++ b/src/unicode.cpp
@@ -162,3 +162,8 @@ end:
if (codepoint_out) *codepoint_out = codepoint;
return width;
}
+
+// NOTE(Feoramund): It's down here because I made UCG use the utf8_decode above to avoid duplicating code.
+extern "C" {
+#include "ucg/ucg.c"
+}