2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Renamed raylib.cs to raylib-manual.cs

- Making it clear this is the testing file for manually binding.
- Trying to move the project to use cppsharp generated bindings instead.
This commit is contained in:
2018-07-26 15:46:10 +01:00
parent 20cbc50768
commit 2d18c1a859
3 changed files with 719 additions and 581 deletions

View File

@ -89,7 +89,6 @@
<Compile Include="Generator.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="raylib-manual.cs" />
<Compile Include="raylib.cs" />
<Compile Include="Std.cs" />
</ItemGroup>