summaryrefslogtreecommitdiffstats
path: root/src/text/Text.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-10-11 09:39:04 +0200
committerSergeanur <s.anureev@yandex.ua>2020-10-11 09:39:04 +0200
commitb0becb5a2d28550a089e6e0ef2d041956dc887e4 (patch)
tree05f850e59f0995fa98969279618b02719fb1bd1c /src/text/Text.h
parentMerge branch 'master' into VC/TextFinish (diff)
downloadre3-b0becb5a2d28550a089e6e0ef2d041956dc887e4.tar
re3-b0becb5a2d28550a089e6e0ef2d041956dc887e4.tar.gz
re3-b0becb5a2d28550a089e6e0ef2d041956dc887e4.tar.bz2
re3-b0becb5a2d28550a089e6e0ef2d041956dc887e4.tar.lz
re3-b0becb5a2d28550a089e6e0ef2d041956dc887e4.tar.xz
re3-b0becb5a2d28550a089e6e0ef2d041956dc887e4.tar.zst
re3-b0becb5a2d28550a089e6e0ef2d041956dc887e4.zip
Diffstat (limited to 'src/text/Text.h')
-rw-r--r--src/text/Text.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/text/Text.h b/src/text/Text.h
index d18c564b..33dc313e 100644
--- a/src/text/Text.h
+++ b/src/text/Text.h
@@ -4,7 +4,6 @@ char *UnicodeToAscii(wchar *src);
char *UnicodeToAsciiForSaveLoad(wchar *src);
char *UnicodeToAsciiForMemoryCard(wchar *src);
void TextCopy(wchar *dst, const wchar *src);
-void UnicodeMakeUpperCase(wchar *dst, wchar *src);
struct CKeyEntry
{