mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
added new runtimes
This commit is contained in:
12
Test.NetFX/Program.cs
Normal file
12
Test.NetFX/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Test.Common;
|
||||
|
||||
namespace Test.NetFX
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Common.Test.Run();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user