FS#90 - Improve Unicode string classes
Added the sf::String class to replace (and enhance) sf::Unicode::Text FS#138 - Rename sf::String to sf::Text git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1286 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
9f063921c9
commit
78247bd386
46 changed files with 3003 additions and 1725 deletions
|
@ -470,6 +470,14 @@
|
|||
RelativePath="..\..\include\SFML\System\Sleep.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\String.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\String.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Thread.cpp"
|
||||
>
|
||||
|
@ -495,15 +503,15 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Unicode.cpp"
|
||||
RelativePath="..\..\src\SFML\System\Utf.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\Unicode.hpp"
|
||||
RelativePath="..\..\include\SFML\System\Utf.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\Unicode.inl"
|
||||
RelativePath="..\..\include\SFML\System\Utf.inl"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue