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

Porting examples

- Test.Common now used for Examples project.
- Testing examples alot.
This commit is contained in:
Rgebee 2018-10-22 16:10:20 +01:00
commit 6a02bb9d08
97 changed files with 516 additions and 366 deletions

View file

@ -1,12 +1,11 @@
using Test.Common;

namespace Test.NetCore
{
class Program
{
static void Main(string[] args)
{
Common.Test.Run();
core_basic_window.Main();
}
}
}