Added String::fromUtf8/16/32 functions (#196)

This commit is contained in:
Laurent Gomila 2013-08-24 14:45:59 +02:00
parent de0401a02e
commit a89874f733
3 changed files with 102 additions and 0 deletions

View file

@ -19,6 +19,7 @@ set(SRC
${INCROOT}/Sleep.hpp
${SRCROOT}/String.cpp
${INCROOT}/String.hpp
${INCROOT}/String.inl
${SRCROOT}/Thread.cpp
${INCROOT}/Thread.hpp
${INCROOT}/Thread.inl