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

[Fix #184] Seperate UTF8 from Ansi (#185)

This commit is contained in:
Nickolas McDonald 2023-08-12 17:59:46 -04:00 committed by GitHub
commit d067c6c0aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 70 additions and 33 deletions

View file

@ -53,6 +53,7 @@
<Compile Include="interop\*.cs" />
<Compile Include="types\*.cs" />
<Compile Include="types\native\CBool.cs" />
<Compile Include="types\native\AnsiBuffer.cs" />
<Compile Include="types\native\UTF8Buffer.cs" />
<Compile Include="types\native\FilePathList.cs" />
</ItemGroup>