Watch
2
0
Fork
You've already forked raylib-cs
0
raylib-cs/Tests/Test.NetFX/Program.cs
Chris Dill 12e5a6f719 - Improvements for 2.5 release. Alot more work than I expected.
- Examples are out of date and will need to be regenerated before release.
2019-04-22 07:40:01 +01:00

11 lines
167 B
C#

namespace Test.NetFX
{
class Program
{
static void Main(string[] args)
{
Examples.Test.Run(args);
}
}
}