2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00
raylib-cs/Test.NetCore/Program.cs
ChrisDill 6a02bb9d08 Porting examples
- Test.Common now used for Examples project.
- Testing examples alot.
2018-10-22 16:10:20 +01:00

12 lines
159 B
C#

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