Watch
2
0
Fork
You've already forked raylib-cs
0

Remove Utf8String and rename to UTF8Buffer

This commit is contained in:
Rgebee 2021-12-31 17:09:58 +00:00
commit 6278144dd1
3 changed files with 59 additions and 245 deletions

View file

@ -48,6 +48,6 @@
<Compile Include="*.cs" />
<Compile Include="types\*.cs" />
<Compile Include="types\native\CBool.cs" />
<Compile Include="types\native\Utf8String.cs" />
<Compile Include="types\native\UTF8Buffer.cs" />
</ItemGroup>
</Project>