StringUtil: Add Ellipsise()

This commit is contained in:
Stenzek
2023-09-18 22:29:34 +10:00
parent 76772ec39e
commit 4b24bf74f4
6 changed files with 85 additions and 1 deletions

View File

@ -7,6 +7,7 @@
<ClCompile Include="file_system_tests.cpp" />
<ClCompile Include="path_tests.cpp" />
<ClCompile Include="rectangle_tests.cpp" />
<ClCompile Include="string_tests.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\dep\googletest\googletest.vcxproj">