diff options
author | crupest <crupest@outlook.com> | 2019-04-01 16:08:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-01 16:08:12 +0800 |
commit | 055a3cde0cd19c896f3e498b774078654555c065 (patch) | |
tree | badbd1350daea36b87e98ada60f55ef5a2168bc9 /src/util/string_util.hpp | |
parent | 0a429ee13c9fb9a9da6df62b1ebae101180278f5 (diff) | |
download | cru-055a3cde0cd19c896f3e498b774078654555c065.tar.gz cru-055a3cde0cd19c896f3e498b774078654555c065.tar.bz2 cru-055a3cde0cd19c896f3e498b774078654555c065.zip |
...
Diffstat (limited to 'src/util/string_util.hpp')
-rw-r--r-- | src/util/string_util.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util/string_util.hpp b/src/util/string_util.hpp deleted file mode 100644 index 6d060089..00000000 --- a/src/util/string_util.hpp +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once -#include "pre.hpp" - -#include "base.hpp" - -namespace cru::util { -MultiByteString ToUtf8String(const StringView& string); -} |