summaryrefslogtreecommitdiffstats
path: root/src/core/Text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Text.h')
-rw-r--r--src/core/Text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Text.h b/src/core/Text.h
index 2592e6b8..15ab7a8f 100644
--- a/src/core/Text.h
+++ b/src/core/Text.h
@@ -1,6 +1,7 @@
#pragma once
void AsciiToUnicode(const char *src, wchar *dst);
+char UnicodeToAscii(wchar *src);
void TextCopy(wchar *dst, const wchar *src);
struct CKeyEntry