mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Porting examples
- Test.Common now used for Examples project. - Testing examples alot.
This commit is contained in:
@ -1,12 +1,11 @@
|
||||
using Test.Common;
|
||||
|
||||
|
||||
namespace Test.NetCore
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Common.Test.Run();
|
||||
core_basic_window.Main();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user