aboutsummaryrefslogtreecommitdiff
path: root/src/utfstring.h
blob: cfbd5f051e0581ab11a1f1acc2194f86d44d5173 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef BU_UTF_STRING_H
#define BU_UTF_STRING_H

namespace Bu
{
	class UtfString
	{
	};
};

#endif