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