aboutsummaryrefslogtreecommitdiff
path: root/src/util/string_util.hpp
blob: 6d06008999e5eb2e7e694bfe46a3e38e807f334b (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "pre.hpp"

#include "base.hpp"

namespace cru::util {
MultiByteString ToUtf8String(const StringView& string);
}